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

Unified Diff: third_party/WebKit/Source/web/ExternalPopupMenuTest.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/ExternalPopupMenuTest.cpp
diff --git a/third_party/WebKit/Source/web/ExternalPopupMenuTest.cpp b/third_party/WebKit/Source/web/ExternalPopupMenuTest.cpp
index 730c101dec3464b25f4b650c82b3a13fd3223621..86c98d2c9a8c45eb71a5260195ffa73b6fcfee86 100644
--- a/third_party/WebKit/Source/web/ExternalPopupMenuTest.cpp
+++ b/third_party/WebKit/Source/web/ExternalPopupMenuTest.cpp
@@ -123,7 +123,7 @@ class ExternalPopupMenuTest : public ::testing::Test {
WebView()->UpdateAllLifecyclePhases();
}
- WebViewImpl* WebView() const { return helper_.WebView(); }
+ WebViewBase* WebView() const { return helper_.WebView(); }
const ExternalPopupMenuWebFrameClient& Client() const {
return web_frame_client_;
}

Powered by Google App Engine
This is Rietveld 408576698