| Index: third_party/WebKit/Source/web/tests/ViewportTest.cpp
|
| diff --git a/third_party/WebKit/Source/web/tests/ViewportTest.cpp b/third_party/WebKit/Source/web/tests/ViewportTest.cpp
|
| index ab03e5882c4b949e3e2f1434a9b3d8df9113ea15..9a17388fd479db3cd4f893859733e489e80df439 100644
|
| --- a/third_party/WebKit/Source/web/tests/ViewportTest.cpp
|
| +++ b/third_party/WebKit/Source/web/tests/ViewportTest.cpp
|
| @@ -41,7 +41,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/WebFrame.h"
|
| @@ -62,7 +61,6 @@ class ViewportTest : public ::testing::Test {
|
|
|
| ~ViewportTest() override {
|
| Platform::current()->getURLLoaderMockFactory()->unregisterAllURLs();
|
| - WebCache::clear();
|
| }
|
|
|
| void registerMockedHttpURLLoad(const std::string& fileName) {
|
|
|