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

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

Issue 61773005: Rename WebKit namespace to blink (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 1 month 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/platform/DragData.cpp ('k') | Source/core/platform/Pasteboard.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/platform/Pasteboard.h
diff --git a/Source/core/platform/Pasteboard.h b/Source/core/platform/Pasteboard.h
index 4664460ca93444eb8af2e473ab78d4c5b62d17e3..fb5b59657fb71efce9ffd179291f512b8447ec92 100644
--- a/Source/core/platform/Pasteboard.h
+++ b/Source/core/platform/Pasteboard.h
@@ -70,12 +70,12 @@ public:
bool isSelectionMode() const;
void setSelectionMode(bool);
- WebKit::WebClipboard::Buffer buffer() const { return m_buffer; }
+ blink::WebClipboard::Buffer buffer() const { return m_buffer; }
private:
Pasteboard();
- WebKit::WebClipboard::Buffer m_buffer;
+ blink::WebClipboard::Buffer m_buffer;
};
} // namespace WebCore
« no previous file with comments | « Source/core/platform/DragData.cpp ('k') | Source/core/platform/Pasteboard.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698