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

Unified Diff: third_party/WebKit/Source/web/PrerendererClientImpl.cpp

Issue 2848513002: Introduce the abstract class WebViewBase, to decouple WebViewImpl. (Closed)
Patch Set: Fix typo. Created 3 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
Index: third_party/WebKit/Source/web/PrerendererClientImpl.cpp
diff --git a/third_party/WebKit/Source/web/PrerendererClientImpl.cpp b/third_party/WebKit/Source/web/PrerendererClientImpl.cpp
index 555668b2db639cf958d1353e4a7e95b5b69ef1be..ec4c602cde7add41aefb73c1574226c8dabf41d2 100644
--- a/third_party/WebKit/Source/web/PrerendererClientImpl.cpp
+++ b/third_party/WebKit/Source/web/PrerendererClientImpl.cpp
@@ -31,10 +31,10 @@
#include "web/PrerendererClientImpl.h"
+#include "core/exported/WebViewBase.h"
#include "platform/Prerender.h"
#include "public/platform/WebPrerender.h"
#include "public/web/WebPrerendererClient.h"
-#include "web/WebViewImpl.h"
namespace blink {
« no previous file with comments | « third_party/WebKit/Source/web/PageOverlayTest.cpp ('k') | third_party/WebKit/Source/web/SpellCheckerClientImpl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698