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

Unified Diff: public/web/WebDragOperation.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/web/WebDocumentType.h ('k') | public/web/WebDragStatus.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/web/WebDragOperation.h
diff --git a/public/web/WebDragOperation.h b/public/web/WebDragOperation.h
index 050b74f47f2e8d39a73b0c1db42284509d5de049..6331d5127d6034afbd3e9e94248af1a61ca73255 100644
--- a/public/web/WebDragOperation.h
+++ b/public/web/WebDragOperation.h
@@ -33,7 +33,7 @@
#include <limits.h>
-namespace WebKit {
+namespace blink {
// "Verb" of a drag-and-drop operation as negotiated between the source and
// destination.
@@ -54,6 +54,6 @@ enum WebDragOperation {
// with potentially multiple value bits set.
typedef WebDragOperation WebDragOperationsMask;
-} // namespace WebKit
+} // namespace blink
#endif
« no previous file with comments | « public/web/WebDocumentType.h ('k') | public/web/WebDragStatus.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698