Index: Source/web/PageOverlay.cpp |
diff --git a/Source/web/PageOverlay.cpp b/Source/web/PageOverlay.cpp |
index 1445a575dd99f5f6e5c8edfb7a83d9c02fd5e2a0..52de24c390c016c5e866c9a3fdede6a6b0a5ab66 100644 |
--- a/Source/web/PageOverlay.cpp |
+++ b/Source/web/PageOverlay.cpp |
@@ -34,8 +34,8 @@ |
#include "WebViewImpl.h" |
#include "core/page/Page.h" |
#include "core/page/Settings.h" |
-#include "core/platform/graphics/GraphicsLayer.h" |
-#include "core/platform/graphics/GraphicsLayerClient.h" |
+#include "platform/graphics/GraphicsLayer.h" |
+#include "platform/graphics/GraphicsLayerClient.h" |
#include "public/platform/WebLayer.h" |
using namespace WebCore; |