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

Unified Diff: Source/platform/ContextMenu.h

Issue 78513004: Move ContextMenu* files from core/ to platform/ (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
Index: Source/platform/ContextMenu.h
diff --git a/Source/core/platform/ContextMenu.h b/Source/platform/ContextMenu.h
similarity index 94%
rename from Source/core/platform/ContextMenu.h
rename to Source/platform/ContextMenu.h
index f2c9a913e16ca9e03366ae5eb017d9818ac436c0..ce833e619f607d9708989351d79945b2397e9be5 100644
--- a/Source/core/platform/ContextMenu.h
+++ b/Source/platform/ContextMenu.h
@@ -26,13 +26,14 @@
#ifndef ContextMenu_h
#define ContextMenu_h
-#include "core/platform/ContextMenuItem.h"
+#include "platform/ContextMenuItem.h"
+#include "platform/PlatformExport.h"
#include "wtf/Noncopyable.h"
#include "wtf/Vector.h"
namespace WebCore {
- class ContextMenu {
+ class PLATFORM_EXPORT ContextMenu {
abarth-chromium 2013/11/20 20:29:37 Please fix the indent on files you move. There is
tfarina 2013/11/20 21:47:12 I avoided doing this because it mess with the diff
WTF_MAKE_NONCOPYABLE(ContextMenu); WTF_MAKE_FAST_ALLOCATED;
public:
ContextMenu() { }

Powered by Google App Engine
This is Rietveld 408576698