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

Unified Diff: public/web/WebDragStatus.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/WebDragOperation.h ('k') | public/web/WebDraggableRegion.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/web/WebDragStatus.h
diff --git a/public/web/WebDragStatus.h b/public/web/WebDragStatus.h
index fb490d38328b6e62a1c7d78d0b5b06706ec744e5..0e41f2332779d19ceed568db031d8a166f3b70a1 100644
--- a/public/web/WebDragStatus.h
+++ b/public/web/WebDragStatus.h
@@ -31,7 +31,7 @@
#ifndef WebDragStatus_h
#define WebDragStatus_h
-namespace WebKit {
+namespace blink {
enum WebDragStatus {
WebDragStatusUnknown = 0,
@@ -41,6 +41,6 @@ enum WebDragStatus {
WebDragStatusDrop
};
-} // namespace WebKit
+} // namespace blink
#endif
« no previous file with comments | « public/web/WebDragOperation.h ('k') | public/web/WebDraggableRegion.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698