| Index: Source/platform/scroll/ScrollbarThemeWin.cpp
|
| diff --git a/Source/core/platform/ScrollbarThemeWin.cpp b/Source/platform/scroll/ScrollbarThemeWin.cpp
|
| similarity index 99%
|
| rename from Source/core/platform/ScrollbarThemeWin.cpp
|
| rename to Source/platform/scroll/ScrollbarThemeWin.cpp
|
| index 8814377ddef110c6e4bbeee16af4adab6a75128f..6116a167d8eef6f77d1f08df1246c16f8fa5329e 100644
|
| --- a/Source/core/platform/ScrollbarThemeWin.cpp
|
| +++ b/Source/platform/scroll/ScrollbarThemeWin.cpp
|
| @@ -25,14 +25,14 @@
|
| */
|
|
|
| #include "config.h"
|
| -#include "core/platform/ScrollbarThemeWin.h"
|
| +#include "platform/scroll/ScrollbarThemeWin.h"
|
|
|
| #include <windows.h>
|
| #include <vsstyle.h>
|
|
|
| -#include "core/platform/graphics/GraphicsContext.h"
|
| #include "platform/LayoutTestSupport.h"
|
| #include "platform/PlatformMouseEvent.h"
|
| +#include "platform/graphics/GraphicsContext.h"
|
| #include "platform/scroll/ScrollbarThemeClient.h"
|
| #include "platform/win/SystemInfo.h"
|
| #include "public/platform/Platform.h"
|
|
|