| Index: third_party/WebKit/Source/web/ExternalPopupMenuTest.cpp
|
| diff --git a/third_party/WebKit/Source/web/ExternalPopupMenuTest.cpp b/third_party/WebKit/Source/web/ExternalPopupMenuTest.cpp
|
| index 5172b469a9b1b0b59ea1d34aea371687d5c9324e..36e3afef71e69d118c3b64c2e8f60750a4d43af7 100644
|
| --- a/third_party/WebKit/Source/web/ExternalPopupMenuTest.cpp
|
| +++ b/third_party/WebKit/Source/web/ExternalPopupMenuTest.cpp
|
| @@ -17,7 +17,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/WebExternalPopupMenu.h"
|
| #include "public/web/WebPopupMenuInfo.h"
|
| @@ -109,7 +108,6 @@ class ExternalPopupMenuTest : public ::testing::Test {
|
| }
|
| void TearDown() override {
|
| Platform::current()->getURLLoaderMockFactory()->unregisterAllURLs();
|
| - WebCache::clear();
|
| }
|
|
|
| void registerMockedURLLoad(const std::string& fileName) {
|
|
|