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

Unified Diff: Source/web/tests/PopupMenuTest.cpp

Issue 241303002: Rename WebFrameImpl to WebLocalFrameImpl. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fix Mac too Created 6 years, 8 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
« no previous file with comments | « Source/web/tests/PageSerializerTest.cpp ('k') | Source/web/tests/ProgrammaticScrollTest.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/tests/PopupMenuTest.cpp
diff --git a/Source/web/tests/PopupMenuTest.cpp b/Source/web/tests/PopupMenuTest.cpp
index 101459169522b335638df94c6fcb3b2066b3135c..06ee2f825b6cc0cf1858d7c16517c6fd862599ad 100644
--- a/Source/web/tests/PopupMenuTest.cpp
+++ b/Source/web/tests/PopupMenuTest.cpp
@@ -39,8 +39,8 @@
#include "WebElement.h"
#include "WebFrame.h"
#include "WebFrameClient.h"
-#include "WebFrameImpl.h"
#include "WebInputEvent.h"
+#include "WebLocalFrameImpl.h"
#include "WebPopupMenuImpl.h"
#include "WebSettings.h"
#include "WebView.h"
@@ -264,7 +264,7 @@ protected:
}
WebViewImpl* webView() const { return m_helper.webViewImpl(); }
- WebFrameImpl* mainFrame() const { return m_helper.webViewImpl()->mainFrameImpl(); }
+ WebLocalFrameImpl* mainFrame() const { return m_helper.webViewImpl()->mainFrameImpl(); }
protected:
TestWebViewClient m_webviewClient;
« no previous file with comments | « Source/web/tests/PageSerializerTest.cpp ('k') | Source/web/tests/ProgrammaticScrollTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698