| Index: chrome/browser/extensions/event_router.h
|
| ===================================================================
|
| --- chrome/browser/extensions/event_router.h (revision 183210)
|
| +++ chrome/browser/extensions/event_router.h (working copy)
|
| @@ -17,6 +17,7 @@
|
| #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"
|
| @@ -26,7 +27,6 @@
|
| class Profile;
|
|
|
| namespace content {
|
| -class BrowserContext;
|
| class RenderProcessHost;
|
| }
|
|
|
|
|