| Index: third_party/WebKit/Source/web/tests/ImeOnFocusTest.cpp
|
| diff --git a/third_party/WebKit/Source/web/tests/ImeOnFocusTest.cpp b/third_party/WebKit/Source/web/tests/ImeOnFocusTest.cpp
|
| index f86229df99d7b45b7b21840a494315c7074e7c86..e81accf11674d325051830b2b77a4775f85a76bb 100644
|
| --- a/third_party/WebKit/Source/web/tests/ImeOnFocusTest.cpp
|
| +++ b/third_party/WebKit/Source/web/tests/ImeOnFocusTest.cpp
|
| @@ -9,7 +9,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/WebDocument.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
| @@ -47,7 +46,6 @@ class ImeOnFocusTest : public ::testing::Test {
|
|
|
| void TearDown() override {
|
| Platform::current()->getURLLoaderMockFactory()->unregisterAllURLs();
|
| - WebCache::clear();
|
| }
|
|
|
| protected:
|
|
|