| Index: third_party/WebKit/Source/web/tests/VisualViewportTest.cpp
|
| diff --git a/third_party/WebKit/Source/web/tests/VisualViewportTest.cpp b/third_party/WebKit/Source/web/tests/VisualViewportTest.cpp
|
| index e6d068883e5e7f75717ef8ad3d8fc53c9380cda1..99bc433130194dcc9d44cf5c2c67e2ec1b91310c 100644
|
| --- a/third_party/WebKit/Source/web/tests/VisualViewportTest.cpp
|
| +++ b/third_party/WebKit/Source/web/tests/VisualViewportTest.cpp
|
| @@ -24,7 +24,6 @@
|
| #include "platform/testing/URLTestHelpers.h"
|
| #include "platform/testing/UnitTestHelpers.h"
|
| #include "public/platform/Platform.h"
|
| -#include "public/platform/WebCache.h"
|
| #include "public/platform/WebCachePolicy.h"
|
| #include "public/platform/WebInputEvent.h"
|
| #include "public/platform/WebLayerTreeView.h"
|
| @@ -132,7 +131,6 @@ class VisualViewportTest
|
|
|
| ~VisualViewportTest() override {
|
| Platform::current()->getURLLoaderMockFactory()->unregisterAllURLs();
|
| - WebCache::clear();
|
| }
|
|
|
| void navigateTo(const std::string& url) {
|
|
|