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

Unified Diff: content/public/browser/render_view_host.h

Issue 2473003002: content: Cleanup class/struct forward declarations (Closed)
Patch Set: Another missing forward declaration Created 4 years, 1 month 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 | « content/public/browser/render_process_host_factory.h ('k') | content/public/browser/render_widget_host.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/browser/render_view_host.h
diff --git a/content/public/browser/render_view_host.h b/content/public/browser/render_view_host.h
index 1e0020b432abfb3b1f33e3785719f9b210526b20..fd4c02943b5e093a7943d20f9fc276a66f69af65 100644
--- a/content/public/browser/render_view_host.h
+++ b/content/public/browser/render_view_host.h
@@ -15,11 +15,8 @@
#include "mojo/public/cpp/system/core.h"
#include "third_party/WebKit/public/platform/WebDragOperation.h"
-class GURL;
-
namespace base {
class FilePath;
-class Value;
}
namespace blink {
@@ -34,12 +31,10 @@ class Size;
namespace content {
-class ChildProcessSecurityPolicy;
class RenderFrameHost;
class RenderProcessHost;
class RenderViewHostDelegate;
class RenderWidgetHost;
-class SessionStorageNamespace;
class SiteInstance;
struct WebPreferences;
« no previous file with comments | « content/public/browser/render_process_host_factory.h ('k') | content/public/browser/render_widget_host.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698