Index: Source/core/page/Screen.cpp |
diff --git a/Source/core/page/Screen.cpp b/Source/core/page/Screen.cpp |
index 06c7d9ac4cd1c58281667e2762349a7f97c82a2e..358996f866a45d11c85a41f1b5cd951b053b96b0 100644 |
--- a/Source/core/page/Screen.cpp |
+++ b/Source/core/page/Screen.cpp |
@@ -33,9 +33,9 @@ |
#include "Frame.h" |
#include "FrameView.h" |
#include "InspectorInstrumentation.h" |
-#include "PlatformScreen.h" |
#include "Settings.h" |
-#include "Widget.h" |
+#include "core/platform/PlatformScreen.h" |
+#include "core/platform/Widget.h" |
#include "core/platform/graphics/FloatRect.h" |
namespace WebCore { |