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

Unified Diff: Source/platform/ContextMenuItem.cpp

Issue 400543004: Rename WebCore namespace to blink in Platform (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 5 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/platform/ContextMenuItem.h ('k') | Source/platform/Cookie.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/ContextMenuItem.cpp
diff --git a/Source/platform/ContextMenuItem.cpp b/Source/platform/ContextMenuItem.cpp
index b39f217fafa3cf6ba2d39ea774538a222a739488..2aa6c2238194a4c96b56d846de2d966bfecc5afb 100644
--- a/Source/platform/ContextMenuItem.cpp
+++ b/Source/platform/ContextMenuItem.cpp
@@ -28,7 +28,7 @@
#include "platform/ContextMenu.h"
-namespace WebCore {
+namespace blink {
ContextMenuItem::ContextMenuItem(ContextMenuItemType type, ContextMenuAction action, const String& title, ContextMenu* subMenu)
: m_type(type)
@@ -115,4 +115,4 @@ bool ContextMenuItem::enabled() const
return m_enabled;
}
-} // namespace WebCore
+} // namespace blink
« no previous file with comments | « Source/platform/ContextMenuItem.h ('k') | Source/platform/Cookie.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698