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

Unified Diff: content/browser/renderer_host/render_view_host_delegate.h

Issue 2528823002: Separate SwipeRefreshHandler and ContentViewCore (Closed)
Patch Set: Fix non-Android compile issue Created 4 years 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: content/browser/renderer_host/render_view_host_delegate.h
diff --git a/content/browser/renderer_host/render_view_host_delegate.h b/content/browser/renderer_host/render_view_host_delegate.h
index a5d1d095265d27bf224d3da24ba49034082fd2ed..3d1befdace50ac78e224ca3dea032e8b1c5cdaf2 100644
--- a/content/browser/renderer_host/render_view_host_delegate.h
+++ b/content/browser/renderer_host/render_view_host_delegate.h
@@ -13,6 +13,7 @@
#include "base/process/kill.h"
#include "base/strings/string16.h"
#include "content/browser/dom_storage/session_storage_namespace_impl.h"
+#include "content/browser/renderer_host/render_view_host_delegate_view.h"
boliu 2016/12/03 01:05:28 forward declaration should still be good enough?
rlanday 2016/12/05 19:53:56 Oh right, this should go in content/browser/render
#include "content/common/content_export.h"
#include "net/base/load_states.h"
#include "third_party/WebKit/public/web/WebPopupType.h"
@@ -35,7 +36,6 @@ class BrowserContext;
class FrameTree;
class PageState;
class RenderViewHost;
-class RenderViewHostDelegateView;
class SessionStorageNamespace;
class SiteInstance;
class WebContents;

Powered by Google App Engine
This is Rietveld 408576698