| 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 59a4380dbc5c2becbff18f163de226e545e9bead..62bc2d641762db943726a50225387fd58615e5c5 100644
|
| --- a/third_party/WebKit/Source/web/tests/ChromeClientImplTest.cpp
|
| +++ b/third_party/WebKit/Source/web/tests/ChromeClientImplTest.cpp
|
| @@ -117,7 +117,7 @@ protected:
|
| WebViewImpl* m_webView;
|
| WebFrame* m_mainFrame;
|
| TestWebFrameClient m_webFrameClient;
|
| - RawPtrWillBePersistent<ChromeClientImpl> m_chromeClientImpl;
|
| + Persistent<ChromeClientImpl> m_chromeClientImpl;
|
| };
|
|
|
| TEST_F(GetNavigationPolicyTest, LeftClick)
|
|
|