| Index: third_party/WebKit/Source/web/tests/DocumentLoaderTest.cpp
|
| diff --git a/third_party/WebKit/Source/web/tests/DocumentLoaderTest.cpp b/third_party/WebKit/Source/web/tests/DocumentLoaderTest.cpp
|
| index ba05255542f562bbf5df9e073cc421904e0605be..ccd9415c89e5ec5025cbb223d7992660433698c9 100644
|
| --- a/third_party/WebKit/Source/web/tests/DocumentLoaderTest.cpp
|
| +++ b/third_party/WebKit/Source/web/tests/DocumentLoaderTest.cpp
|
| @@ -170,7 +170,7 @@ TEST_F(DocumentLoaderTest, MultiChunkWithReentrancy) {
|
| }
|
|
|
| TEST_F(DocumentLoaderTest, isCommittedButEmpty) {
|
| - WebViewImpl* web_view_impl =
|
| + WebViewBase* web_view_impl =
|
| web_view_helper_.InitializeAndLoad("about:blank", true);
|
| EXPECT_TRUE(ToLocalFrame(web_view_impl->GetPage()->MainFrame())
|
| ->Loader()
|
|
|