Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(742)

Unified Diff: third_party/WebKit/Source/web/tests/DocumentLoaderTest.cpp

Issue 2860673002: Change all test cases to use WebViewBase instead of WebViewImpl. (Closed)
Patch Set: Address code review comments. Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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()

Powered by Google App Engine
This is Rietveld 408576698