Index: chrome/browser/extensions/event_router.h |
diff --git a/chrome/browser/extensions/event_router.h b/chrome/browser/extensions/event_router.h |
index bf8cb8044b560c669288d7481cc3776560400d0c..ec432e72b38f935aff0e08c61189a5f00cd3b80d 100644 |
--- a/chrome/browser/extensions/event_router.h |
+++ b/chrome/browser/extensions/event_router.h |
@@ -17,7 +17,6 @@ |
#include "base/memory/ref_counted.h" |
#include "base/values.h" |
#include "chrome/browser/extensions/event_listener_map.h" |
-#include "content/public/browser/browser_context.h" |
#include "content/public/browser/notification_observer.h" |
#include "content/public/browser/notification_registrar.h" |
#include "extensions/common/event_filtering_info.h" |
@@ -27,6 +26,7 @@ class GURL; |
class Profile; |
namespace content { |
+class BrowserContext; |
class RenderProcessHost; |
} |