Chromium Code Reviews| 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() { } |