| Index: Source/core/platform/ScrollbarThemeAuraOrGtk.cpp
|
| diff --git a/Source/core/platform/ScrollbarThemeAuraOrGtk.cpp b/Source/core/platform/ScrollbarThemeAuraOrGtk.cpp
|
| index 35cf2d470bb5297c45e4e915f5e0fb409ffac35c..f5fc748a5823d51cbfbd9a6b8f5e0191732d37e8 100644
|
| --- a/Source/core/platform/ScrollbarThemeAuraOrGtk.cpp
|
| +++ b/Source/core/platform/ScrollbarThemeAuraOrGtk.cpp
|
| @@ -32,9 +32,9 @@
|
| #include "core/platform/ScrollbarThemeAuraOrGtk.h"
|
|
|
| #include "RuntimeEnabledFeatures.h"
|
| -#include "core/platform/PlatformMouseEvent.h"
|
| #include "core/platform/ScrollbarThemeOverlay.h"
|
| #include "core/platform/graphics/GraphicsContext.h"
|
| +#include "platform/PlatformMouseEvent.h"
|
| #include "platform/scroll/ScrollbarThemeClient.h"
|
| #include "public/platform/Platform.h"
|
| #include "public/platform/WebRect.h"
|
|
|