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

Unified Diff: Source/platform/PlatformEvent.cpp

Issue 25527004: Move PlatformEvent.cpp/.h to Source/platform/ (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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
Index: Source/platform/PlatformEvent.cpp
diff --git a/Source/core/platform/PlatformEvent.cpp b/Source/platform/PlatformEvent.cpp
similarity index 97%
rename from Source/core/platform/PlatformEvent.cpp
rename to Source/platform/PlatformEvent.cpp
index 28bfb2b28f32cf6241bb05135bd0d70bcd4ae222..5045da293949ab8ead0b1727eaad0810cb64a092 100644
--- a/Source/core/platform/PlatformEvent.cpp
+++ b/Source/platform/PlatformEvent.cpp
@@ -24,4 +24,4 @@
*/
#include "config.h"
-#include "core/platform/PlatformEvent.h"
+#include "platform/PlatformEvent.h"
abarth-chromium 2013/10/02 06:28:35 I don't think we need PlatformEvent.cpp anymore.

Powered by Google App Engine
This is Rietveld 408576698