| Index: Source/core/platform/ScrollbarThemeAuraOrGtk.cpp
|
| diff --git a/Source/core/platform/ScrollbarThemeAuraOrGtk.cpp b/Source/core/platform/ScrollbarThemeAuraOrGtk.cpp
|
| index 88791dfcbae956789b461a0b048f5f435fd1407e..242c26045f13ccc193164a44c0aa6f5d577fe71c 100644
|
| --- a/Source/core/platform/ScrollbarThemeAuraOrGtk.cpp
|
| +++ b/Source/core/platform/ScrollbarThemeAuraOrGtk.cpp
|
| @@ -32,10 +32,10 @@
|
| #include "core/platform/ScrollbarThemeAuraOrGtk.h"
|
|
|
| #include "RuntimeEnabledFeatures.h"
|
| -#include "core/platform/PlatformMouseEvent.h"
|
| #include "core/platform/Scrollbar.h"
|
| #include "core/platform/ScrollbarThemeOverlay.h"
|
| #include "core/platform/graphics/GraphicsContext.h"
|
| +#include "platform/PlatformMouseEvent.h"
|
| #include "public/platform/Platform.h"
|
| #include "public/platform/WebRect.h"
|
| #include "public/platform/default/WebThemeEngine.h"
|
|
|