Chromium Code Reviews| 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.
|