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

Unified Diff: third_party/WebKit/Source/web/tests/WebFrameSerializerTest.cpp

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/WebFrameSerializerTest.cpp
diff --git a/third_party/WebKit/Source/web/tests/WebFrameSerializerTest.cpp b/third_party/WebKit/Source/web/tests/WebFrameSerializerTest.cpp
index c6cc94d6beebf5cd55289146327c85b912e787d0..15f843e38508a7d149ba08abf01edfdb1dc9361a 100644
--- a/third_party/WebKit/Source/web/tests/WebFrameSerializerTest.cpp
+++ b/third_party/WebKit/Source/web/tests/WebFrameSerializerTest.cpp
@@ -31,6 +31,7 @@
#include "public/web/WebFrameSerializer.h"
#include "core/exported/WebViewBase.h"
+#include "core/frame/WebLocalFrameBase.h"
#include "platform/testing/URLTestHelpers.h"
#include "platform/testing/UnitTestHelpers.h"
#include "platform/weborigin/KURL.h"
@@ -42,7 +43,6 @@
#include "public/platform/WebURLLoaderMockFactory.h"
#include "public/web/WebFrameSerializerClient.h"
#include "testing/gtest/include/gtest/gtest.h"
-#include "web/WebLocalFrameImpl.h"
#include "web/tests/FrameTestHelpers.h"
namespace blink {
@@ -124,7 +124,7 @@ class WebFrameSerializerTest : public ::testing::Test {
return serializer_client.ToString();
}
- WebLocalFrameImpl* MainFrameImpl() {
+ WebLocalFrameBase* MainFrameImpl() {
return helper_.WebView()->MainFrameImpl();
}

Powered by Google App Engine
This is Rietveld 408576698