Index: Source/core/platform/chromium/PlatformKeyboardEventChromium.cpp |
diff --git a/Source/core/platform/chromium/PlatformKeyboardEventChromium.cpp b/Source/core/platform/chromium/PlatformKeyboardEventChromium.cpp |
index 9ddc55728274fe5b9326342b11324286755b6816..cca00f5812327576a4a215418dd7f8a06f59e219 100644 |
--- a/Source/core/platform/chromium/PlatformKeyboardEventChromium.cpp |
+++ b/Source/core/platform/chromium/PlatformKeyboardEventChromium.cpp |
@@ -25,14 +25,14 @@ |
*/ |
#include "config.h" |
-#include "PlatformKeyboardEvent.h" |
+#include "core/platform/PlatformKeyboardEvent.h" |
#if OS(WINDOWS) |
#include <windows.h> |
#elif OS(DARWIN) |
#import <Carbon/Carbon.h> |
#else |
-#include "NotImplemented.h" |
+#include "core/platform/NotImplemented.h" |
#endif |
namespace WebCore { |