Index: Source/core/css/MediaQueryEvaluator.cpp |
diff --git a/Source/core/css/MediaQueryEvaluator.cpp b/Source/core/css/MediaQueryEvaluator.cpp |
index eb94ca398fa5accf93c5b07a13e3357887923a8f..ebcd0bbb5734c7509148ff70213c51765c09a7b0 100644 |
--- a/Source/core/css/MediaQueryEvaluator.cpp |
+++ b/Source/core/css/MediaQueryEvaluator.cpp |
@@ -44,13 +44,13 @@ |
#include "MediaQueryExp.h" |
#include "NodeRenderStyle.h" |
#include "Page.h" |
-#include "PlatformScreen.h" |
#include "RenderLayerCompositor.h" |
#include "RenderStyle.h" |
#include "RenderView.h" |
#include "Screen.h" |
#include "Settings.h" |
#include "StyleResolver.h" |
+#include "core/platform/PlatformScreen.h" |
#include "core/platform/graphics/FloatRect.h" |
#include "core/platform/graphics/IntRect.h" |
#include <wtf/HashMap.h> |