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

Unified Diff: extensions/renderer/dispatcher.h

Issue 2535713004: extensions: Cleanup class/struct fwd declarations (Closed)
Patch Set: 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 | « extensions/renderer/content_watcher.h ('k') | extensions/renderer/dom_activity_logger.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/renderer/dispatcher.h
diff --git a/extensions/renderer/dispatcher.h b/extensions/renderer/dispatcher.h
index 37ec7cc525ea473f03c563e5fa2a182843d6b8b1..71b3cedfc0a4e60d6f39ee58bd096dc4891e8fc2 100644
--- a/extensions/renderer/dispatcher.h
+++ b/extensions/renderer/dispatcher.h
@@ -37,7 +37,6 @@
class ChromeRenderViewTest;
class GURL;
class ModuleSystem;
-class URLPattern;
struct ExtensionMsg_DispatchEvent_Params;
struct ExtensionMsg_ExternalConnectionInfo;
struct ExtensionMsg_Loaded_Params;
@@ -45,25 +44,17 @@ struct ExtensionMsg_TabConnectionInfo;
struct ExtensionMsg_UpdatePermissions_Params;
namespace blink {
-class WebFrame;
class WebLocalFrame;
-class WebSecurityOrigin;
}
namespace base {
class ListValue;
}
-namespace content {
-class RenderThread;
-}
-
namespace extensions {
class ContentWatcher;
class DispatcherDelegate;
-class FilteredEventRouter;
class ExtensionBindingsSystem;
-class ManifestPermissionSet;
class RequestSender;
class ScriptContext;
class ScriptInjectionManager;
« no previous file with comments | « extensions/renderer/content_watcher.h ('k') | extensions/renderer/dom_activity_logger.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698