| Index: Source/core/platform/ScrollbarTheme.cpp
|
| diff --git a/Source/core/platform/ScrollbarTheme.cpp b/Source/core/platform/ScrollbarTheme.cpp
|
| index c374d2bbdde1f5007f220b810e13bc09ec84f94a..6f61f3c6f7909e6980785be3f9366515dce6b66d 100644
|
| --- a/Source/core/platform/ScrollbarTheme.cpp
|
| +++ b/Source/core/platform/ScrollbarTheme.cpp
|
| @@ -26,8 +26,8 @@
|
| #include "config.h"
|
| #include "ScrollbarTheme.h"
|
|
|
| -#include "ScrollbarThemeMock.h"
|
| #include "Settings.h"
|
| +#include "core/platform/mock/ScrollbarThemeMock.h"
|
|
|
| namespace WebCore {
|
|
|
|
|