| Index: Source/platform/scroll/ScrollbarTheme.cpp
|
| diff --git a/Source/core/platform/ScrollbarTheme.cpp b/Source/platform/scroll/ScrollbarTheme.cpp
|
| similarity index 98%
|
| rename from Source/core/platform/ScrollbarTheme.cpp
|
| rename to Source/platform/scroll/ScrollbarTheme.cpp
|
| index 1d6707b28094f3f5bbb6073068f4c99ce5766d30..f0e35150504ba74f56f4d2f95d61b877dc2f06a2 100644
|
| --- a/Source/core/platform/ScrollbarTheme.cpp
|
| +++ b/Source/platform/scroll/ScrollbarTheme.cpp
|
| @@ -24,12 +24,12 @@
|
| */
|
|
|
| #include "config.h"
|
| -#include "core/platform/ScrollbarTheme.h"
|
| +#include "platform/scroll/ScrollbarTheme.h"
|
|
|
| #include "RuntimeEnabledFeatures.h"
|
| -#include "core/platform/mock/ScrollbarThemeMock.h"
|
| -#include "core/platform/mock/ScrollbarThemeOverlayMock.h"
|
| #include "platform/scroll/ScrollbarThemeClient.h"
|
| +#include "platform/scroll/ScrollbarThemeMock.h"
|
| +#include "platform/scroll/ScrollbarThemeOverlayMock.h"
|
|
|
| namespace WebCore {
|
|
|
|
|