| Index: third_party/WebKit/Source/web/tests/ScrollbarsTest.cpp
|
| diff --git a/third_party/WebKit/Source/web/tests/ScrollbarsTest.cpp b/third_party/WebKit/Source/web/tests/ScrollbarsTest.cpp
|
| index 47c4fb46aacb127b1978dade0f41523b3dbb8d45..d756b3304d3e1d21ced9fe49b1b3e16a8a28e161 100644
|
| --- a/third_party/WebKit/Source/web/tests/ScrollbarsTest.cpp
|
| +++ b/third_party/WebKit/Source/web/tests/ScrollbarsTest.cpp
|
| @@ -3,6 +3,7 @@
|
| // found in the LICENSE file.
|
|
|
| #include "core/frame/LocalFrameView.h"
|
| +#include "core/frame/WebLocalFrameBase.h"
|
| #include "core/layout/LayoutView.h"
|
| #include "core/paint/PaintLayerScrollableArea.h"
|
| #include "platform/testing/RuntimeEnabledFeaturesTestHelpers.h"
|
| @@ -11,7 +12,6 @@
|
| #include "public/platform/WebThemeEngine.h"
|
| #include "public/web/WebScriptSource.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
| -#include "web/WebLocalFrameImpl.h"
|
| #include "web/tests/sim/SimDisplayItemList.h"
|
| #include "web/tests/sim/SimRequest.h"
|
| #include "web/tests/sim/SimTest.h"
|
|
|