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

Unified Diff: Source/platform/PlatformEvent.h

Issue 25527004: Move PlatformEvent.cpp/.h to Source/platform/ (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: remove PLATFORM_EXPORT macro from entirely-inline class Created 7 years, 2 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/core/platform/PlatformWheelEvent.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/PlatformEvent.h
diff --git a/Source/core/platform/PlatformEvent.h b/Source/platform/PlatformEvent.h
similarity index 99%
rename from Source/core/platform/PlatformEvent.h
rename to Source/platform/PlatformEvent.h
index ff14a97ba68b053f119ec1c790d811e578e9ab74..6fb915aa81e754ea93a99b25e3ca8d738879ad0e 100644
--- a/Source/core/platform/PlatformEvent.h
+++ b/Source/platform/PlatformEvent.h
@@ -26,6 +26,8 @@
#ifndef PlatformEvent_h
#define PlatformEvent_h
+#include "platform/PlatformExport.h"
+
namespace WebCore {
class PlatformEvent {
« no previous file with comments | « Source/core/platform/PlatformWheelEvent.h ('k') | Source/platform/blink_platform.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698