Chromium Code Reviews| 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; |