| Index: Source/core/rendering/RenderThemeChromiumWin.cpp
|
| diff --git a/Source/core/rendering/RenderThemeChromiumWin.cpp b/Source/core/rendering/RenderThemeChromiumWin.cpp
|
| index 01c5922b1d96f6a089131652cab9a17831c52ca3..749a2ef97eba6820a0da983f1f5d4a52abfb51f2 100644
|
| --- a/Source/core/rendering/RenderThemeChromiumWin.cpp
|
| +++ b/Source/core/rendering/RenderThemeChromiumWin.cpp
|
| @@ -38,12 +38,12 @@
|
| #include "core/platform/graphics/GraphicsContext.h"
|
| #include "core/platform/graphics/chromium/FontUtilsChromiumWin.h"
|
| #include "core/platform/graphics/chromium/TransparencyWin.h"
|
| -#include "core/platform/win/SystemInfo.h"
|
| #include "core/rendering/PaintInfo.h"
|
| #include "core/rendering/RenderBox.h"
|
| #include "core/rendering/RenderProgress.h"
|
| #include "core/rendering/RenderSlider.h"
|
| #include "platform/LayoutTestSupport.h"
|
| +#include "platform/win/SystemInfo.h"
|
| #include "public/platform/Platform.h"
|
| #include "public/platform/WebColor.h"
|
| #include "public/platform/WebRect.h"
|
|
|