Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(352)

Unified Diff: Source/core/clipboard/Pasteboard.h

Issue 1115553002: Removing blink::prefix (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase Created 5 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/core/clipboard/DataObjectItem.cpp ('k') | Source/core/clipboard/Pasteboard.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/clipboard/Pasteboard.h
diff --git a/Source/core/clipboard/Pasteboard.h b/Source/core/clipboard/Pasteboard.h
index 91f6bc98eee6696b80e59cafb000dcb709ca7eff..d0e8092a6e59ae5502d99f88edf2de995a239195 100644
--- a/Source/core/clipboard/Pasteboard.h
+++ b/Source/core/clipboard/Pasteboard.h
@@ -66,12 +66,12 @@ public:
bool isSelectionMode() const;
void setSelectionMode(bool);
- blink::WebClipboard::Buffer buffer() const { return m_buffer; }
+ WebClipboard::Buffer buffer() const { return m_buffer; }
private:
Pasteboard();
- blink::WebClipboard::Buffer m_buffer;
+ WebClipboard::Buffer m_buffer;
};
} // namespace blink
« no previous file with comments | « Source/core/clipboard/DataObjectItem.cpp ('k') | Source/core/clipboard/Pasteboard.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698