| Index: third_party/WebKit/Source/web/tests/TopControlsTest.cpp
|
| diff --git a/third_party/WebKit/Source/web/tests/TopControlsTest.cpp b/third_party/WebKit/Source/web/tests/TopControlsTest.cpp
|
| index a4de2cf1ea885c44b2450367c29c733619cdfba1..74e8b07f9f7017911dbd8d15c937ef636f701b4c 100644
|
| --- a/third_party/WebKit/Source/web/tests/TopControlsTest.cpp
|
| +++ b/third_party/WebKit/Source/web/tests/TopControlsTest.cpp
|
| @@ -37,7 +37,8 @@
|
| #include "core/page/Page.h"
|
| #include "platform/testing/URLTestHelpers.h"
|
| #include "public/platform/Platform.h"
|
| -#include "public/platform/WebUnitTestSupport.h"
|
| +#include "public/platform/WebURLLoaderMockFactory.h"
|
| +#include "public/web/WebCache.h"
|
| #include "public/web/WebElement.h"
|
| #include "public/web/WebSettings.h"
|
| #include "testing/gmock/include/gmock/gmock.h"
|
| @@ -67,7 +68,8 @@ public:
|
|
|
| ~TopControlsTest() override
|
| {
|
| - Platform::current()->unitTestSupport()->unregisterAllMockedURLs();
|
| + Platform::current()->getURLLoaderMockFactory()->unregisterAllURLs();
|
| + WebCache::clear();
|
| }
|
|
|
| WebViewImpl* initialize(const std::string& pageName = "large-div.html")
|
|
|