Index: Source/core/rendering/RenderThemeChromiumWin.cpp |
diff --git a/Source/core/rendering/RenderThemeChromiumWin.cpp b/Source/core/rendering/RenderThemeChromiumWin.cpp |
index 26c8a116a352bd5850561490192b6accf470cb25..bc766ac37a3edb38260d889b974c53f28abe5c5c 100644 |
--- a/Source/core/rendering/RenderThemeChromiumWin.cpp |
+++ b/Source/core/rendering/RenderThemeChromiumWin.cpp |
@@ -34,7 +34,6 @@ |
#include "core/html/HTMLMediaElement.h" |
#include "core/html/shadow/MediaControlElements.h" |
#include "core/platform/ScrollbarTheme.h" |
-#include "core/platform/graphics/FontSelector.h" |
#include "core/platform/graphics/GraphicsContext.h" |
#include "core/platform/graphics/chromium/TransparencyWin.h" |
#include "core/rendering/PaintInfo.h" |
@@ -42,6 +41,7 @@ |
#include "core/rendering/RenderProgress.h" |
#include "core/rendering/RenderSlider.h" |
#include "platform/LayoutTestSupport.h" |
+#include "platform/fonts/FontSelector.h" |
#include "platform/win/SystemInfo.h" |
#include "public/platform/Platform.h" |
#include "public/platform/WebColor.h" |