| 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 e6a2308b1564324711a065a1b5c8d562d8b307d8..113ab8347b2493bb870324eea58532bb6102e680 100644
|
| --- a/third_party/WebKit/Source/web/tests/RootScrollerTest.cpp
|
| +++ b/third_party/WebKit/Source/web/tests/RootScrollerTest.cpp
|
| @@ -21,7 +21,6 @@
|
| #include "platform/testing/URLTestHelpers.h"
|
| #include "platform/testing/UnitTestHelpers.h"
|
| #include "public/platform/Platform.h"
|
| -#include "public/platform/WebCache.h"
|
| #include "public/platform/WebURLLoaderMockFactory.h"
|
| #include "public/web/WebConsoleMessage.h"
|
| #include "public/web/WebRemoteFrame.h"
|
| @@ -53,7 +52,6 @@ class RootScrollerTest : public ::testing::Test {
|
| ~RootScrollerTest() override {
|
| m_featuresBackup.restore();
|
| Platform::current()->getURLLoaderMockFactory()->unregisterAllURLs();
|
| - WebCache::clear();
|
| }
|
|
|
| WebViewImpl* initialize(const std::string& pageName,
|
|
|