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

Unified Diff: extensions/browser/event_router.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/browser/event_page_tracker.h ('k') | extensions/browser/extension_function.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/browser/event_router.h
diff --git a/extensions/browser/event_router.h b/extensions/browser/event_router.h
index d84385522b31a1bc5d604a2bbc686044e2f0ed1e..4e68f8521b0fe351d11bb944c96820becf64132e 100644
--- a/extensions/browser/event_router.h
+++ b/extensions/browser/event_router.h
@@ -30,7 +30,6 @@
#include "url/gurl.h"
class GURL;
-class PrefService;
namespace content {
class BrowserContext;
@@ -38,14 +37,12 @@ class RenderProcessHost;
}
namespace extensions {
-class ActivityLog;
class Extension;
class ExtensionHost;
class ExtensionPrefs;
class ExtensionRegistry;
struct Event;
-struct EventDispatchInfo;
struct EventListenerInfo;
class EventRouter : public KeyedService,
« no previous file with comments | « extensions/browser/event_page_tracker.h ('k') | extensions/browser/extension_function.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698