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

Unified Diff: Source/platform/ContextMenuItem.cpp

Issue 78513004: Move ContextMenu* files from core/ to platform/ (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: ContextMenuItem.cpp 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 | « Source/platform/ContextMenuItem.h ('k') | Source/platform/blink_platform.gypi » ('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/core/platform/ContextMenuItem.cpp b/Source/platform/ContextMenuItem.cpp
similarity index 97%
rename from Source/core/platform/ContextMenuItem.cpp
rename to Source/platform/ContextMenuItem.cpp
index 3be567be6df2d14d62602f8bc54855f2f3b67c8a..b39f217fafa3cf6ba2d39ea774538a222a739488 100644
--- a/Source/core/platform/ContextMenuItem.cpp
+++ b/Source/platform/ContextMenuItem.cpp
@@ -24,9 +24,9 @@
*/
#include "config.h"
-#include "core/platform/ContextMenuItem.h"
+#include "platform/ContextMenuItem.h"
-#include "core/platform/ContextMenu.h"
+#include "platform/ContextMenu.h"
namespace WebCore {
« no previous file with comments | « Source/platform/ContextMenuItem.h ('k') | Source/platform/blink_platform.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698