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

Unified Diff: public/platform/WebClipboard.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 | « public/platform/WebCanvas.h ('k') | public/platform/WebColor.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/platform/WebClipboard.h
diff --git a/public/platform/WebClipboard.h b/public/platform/WebClipboard.h
index 9f1caa4354251b1a0f8c04819bbba303e5a68826..be1f44e87cf7df310879653ce9ff502db232ef99 100644
--- a/public/platform/WebClipboard.h
+++ b/public/platform/WebClipboard.h
@@ -38,7 +38,7 @@
#include "WebURL.h"
#include "WebVector.h"
-namespace WebKit {
+namespace blink {
class WebDragData;
class WebImage;
@@ -93,6 +93,6 @@ protected:
~WebClipboard() { }
};
-} // namespace WebKit
+} // namespace blink
#endif
« no previous file with comments | « public/platform/WebCanvas.h ('k') | public/platform/WebColor.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698