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

Unified Diff: third_party/WebKit/Source/web/tests/WebFrameSerializerTest.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/WebFrameSerializerTest.cpp
diff --git a/third_party/WebKit/Source/web/tests/WebFrameSerializerTest.cpp b/third_party/WebKit/Source/web/tests/WebFrameSerializerTest.cpp
index 0ccb64e353b86d095389c639213c3e1728471ab3..3e5f9fa90347671ed5c172a2ad16d2f2eb1a1cb9 100644
--- a/third_party/WebKit/Source/web/tests/WebFrameSerializerTest.cpp
+++ b/third_party/WebKit/Source/web/tests/WebFrameSerializerTest.cpp
@@ -164,7 +164,7 @@ class WebFrameSerializerTest : public ::testing::Test {
return serializer_client.ToString();
}
- WebViewImpl* WebView() { return helper_.WebView(); }
+ WebViewBase* WebView() { return helper_.WebView(); }
WebLocalFrameImpl* MainFrameImpl() {
return helper_.WebView()->MainFrameImpl();

Powered by Google App Engine
This is Rietveld 408576698