| Index: third_party/WebKit/Source/web/tests/RootScrollerTest.cpp
|
| diff --git a/third_party/WebKit/Source/web/tests/RootScrollerTest.cpp b/third_party/WebKit/Source/web/tests/RootScrollerTest.cpp
|
| index 0ce5504bb0353d26ba529b9b1399d9ff8e584142..378b5c77c6783291c00cafbb9c847c451f8baf0b 100644
|
| --- a/third_party/WebKit/Source/web/tests/RootScrollerTest.cpp
|
| +++ b/third_party/WebKit/Source/web/tests/RootScrollerTest.cpp
|
| @@ -20,6 +20,7 @@
|
| #include "core/paint/PaintLayerScrollableArea.h"
|
| #include "platform/testing/URLTestHelpers.h"
|
| #include "platform/testing/UnitTestHelpers.h"
|
| +#include "platform/wtf/Vector.h"
|
| #include "public/platform/Platform.h"
|
| #include "public/platform/WebURLLoaderMockFactory.h"
|
| #include "public/web/WebConsoleMessage.h"
|
| @@ -30,7 +31,6 @@
|
| #include "web/WebLocalFrameImpl.h"
|
| #include "web/WebRemoteFrameImpl.h"
|
| #include "web/tests/FrameTestHelpers.h"
|
| -#include "wtf/Vector.h"
|
|
|
| using blink::testing::runPendingTasks;
|
| using testing::Mock;
|
|
|