| Index: third_party/WebKit/Source/web/tests/ChromeClientImplTest.cpp
|
| diff --git a/third_party/WebKit/Source/web/tests/ChromeClientImplTest.cpp b/third_party/WebKit/Source/web/tests/ChromeClientImplTest.cpp
|
| index 62bc2d641762db943726a50225387fd58615e5c5..d77df7fe0a8c249d522fed99316807db8233cd8d 100644
|
| --- a/third_party/WebKit/Source/web/tests/ChromeClientImplTest.cpp
|
| +++ b/third_party/WebKit/Source/web/tests/ChromeClientImplTest.cpp
|
| @@ -61,11 +61,6 @@ private:
|
| WebNavigationPolicy* m_target;
|
| };
|
|
|
| -class TestWebFrameClient : public WebFrameClient {
|
| -public:
|
| - ~TestWebFrameClient() override { }
|
| -};
|
| -
|
| } // anonymous namespace
|
|
|
| class GetNavigationPolicyTest : public testing::Test {
|
| @@ -116,7 +111,7 @@ protected:
|
| TestWebViewClient m_webViewClient;
|
| WebViewImpl* m_webView;
|
| WebFrame* m_mainFrame;
|
| - TestWebFrameClient m_webFrameClient;
|
| + FrameTestHelpers::TestWebFrameClient m_webFrameClient;
|
| Persistent<ChromeClientImpl> m_chromeClientImpl;
|
| };
|
|
|
|
|