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

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

Issue 2896563002: Update WebLocalFrameImpl with WebLocalFrameBase to break dependencies. (Closed)
Patch Set: Rebase 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 6c46d47e71076622b3efd17b0a463da3e810e8f5..cd1d0811178da2cea133af8d201076f9b7bdec10 100644
--- a/third_party/WebKit/Source/web/tests/sim/SimTest.h
+++ b/third_party/WebKit/Source/web/tests/sim/SimTest.h
@@ -16,7 +16,7 @@
namespace blink {
class WebViewBase;
-class WebLocalFrameImpl;
+class WebLocalFrameBase;
class Document;
class LocalDOMWindow;
@@ -36,7 +36,7 @@ class SimTest : public ::testing::Test {
SimPage& Page();
Document& GetDocument();
WebViewBase& WebView();
- WebLocalFrameImpl& MainFrame();
+ WebLocalFrameBase& MainFrame();
const SimWebViewClient& WebViewClient() const;
SimCompositor& Compositor();
« no previous file with comments | « third_party/WebKit/Source/web/tests/WebViewTest.cpp ('k') | third_party/WebKit/Source/web/tests/sim/SimTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698