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

Unified Diff: third_party/WebKit/Source/web/tests/sim/SimTest.h

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/sim/SimTest.h
diff --git a/third_party/WebKit/Source/web/tests/sim/SimTest.h b/third_party/WebKit/Source/web/tests/sim/SimTest.h
index 0b51249623d8b24206f02867699eee8d188758ad..b913ef4d360b1220e0d4adcd85cd9da2dae648d7 100644
--- a/third_party/WebKit/Source/web/tests/sim/SimTest.h
+++ b/third_party/WebKit/Source/web/tests/sim/SimTest.h
@@ -15,7 +15,7 @@
namespace blink {
-class WebViewImpl;
+class WebViewBase;
class WebLocalFrameImpl;
class Document;
class LocalDOMWindow;
@@ -30,7 +30,7 @@ class SimTest : public ::testing::Test {
LocalDOMWindow& Window();
SimPage& Page();
Document& GetDocument();
- WebViewImpl& WebView();
+ WebViewBase& WebView();
WebLocalFrameImpl& MainFrame();
const SimWebViewClient& WebViewClient() const;
SimCompositor& Compositor();

Powered by Google App Engine
This is Rietveld 408576698