| 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 426a761238e201470178011ccfcb4b966e1b701e..9f0bb929aabaad888e66be7b6ed485af856ac4fa 100644
|
| --- a/third_party/WebKit/Source/web/tests/ImeOnFocusTest.cpp
|
| +++ b/third_party/WebKit/Source/web/tests/ImeOnFocusTest.cpp
|
| @@ -9,7 +9,8 @@
|
| #include "platform/testing/URLTestHelpers.h"
|
| #include "platform/testing/UnitTestHelpers.h"
|
| #include "public/platform/Platform.h"
|
| -#include "public/platform/WebUnitTestSupport.h"
|
| +#include "public/platform/WebURLLoaderMockFactory.h"
|
| +#include "public/web/WebCache.h"
|
| #include "public/web/WebDocument.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
| #include "web/WebLocalFrameImpl.h"
|
| @@ -58,7 +59,8 @@ public:
|
|
|
| void TearDown() override
|
| {
|
| - Platform::current()->unitTestSupport()->unregisterAllMockedURLs();
|
| + Platform::current()->getURLLoaderMockFactory()->unregisterAllURLs();
|
| + WebCache::clear();
|
| }
|
|
|
| protected:
|
|
|