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

Unified Diff: chrome/browser/extensions/extension_host.h

Issue 3027041: Remove obviously unneeded forward declarations in chrome/browser/[abef]*/*.h. (Closed)
Patch Set: oops, missed one previously Created 10 years, 4 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: chrome/browser/extensions/extension_host.h
diff --git a/chrome/browser/extensions/extension_host.h b/chrome/browser/extensions/extension_host.h
index a2ad3d68c0e3af681196a0ee2541bfb0c8fe2735..f5a6d3668afb8fdf9be1da82daf23a130ab6b9aa 100644
--- a/chrome/browser/extensions/extension_host.h
+++ b/chrome/browser/extensions/extension_host.h
@@ -23,12 +23,9 @@
#endif
#include "chrome/common/notification_registrar.h"
-
class Browser;
class Extension;
-class ExtensionProcessManager;
class RenderProcessHost;
-class RenderWidgetHost;
class RenderWidgetHostView;
class TabContents;
struct WebPreferences;

Powered by Google App Engine
This is Rietveld 408576698