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

Unified Diff: Source/platform/ContextMenu.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/ContextMenu.h ('k') | Source/platform/ContextMenuItem.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/ContextMenu.cpp
diff --git a/Source/platform/ContextMenu.cpp b/Source/platform/ContextMenu.cpp
index 3df35b473d06149bc8de4ac522b5e45707c8dfca..175d7abc4ccf8409cded37e4af9d7a4910cd2117 100644
--- a/Source/platform/ContextMenu.cpp
+++ b/Source/platform/ContextMenu.cpp
@@ -26,7 +26,7 @@
#include "config.h"
#include "platform/ContextMenu.h"
-namespace WebCore {
+namespace blink {
static const ContextMenuItem* findItemWithAction(unsigned action, const Vector<ContextMenuItem>& items)
{
@@ -48,4 +48,4 @@ const ContextMenuItem* ContextMenu::itemWithAction(unsigned action) const
return findItemWithAction(action, m_items);
}
-} // namespace WebCore
+} // namespace blink
« no previous file with comments | « Source/platform/ContextMenu.h ('k') | Source/platform/ContextMenuItem.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698