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

Unified Diff: chrome/browser/browser_process.h

Issue 10696208: Move ExtensionEventRouter and related into extensions namespace (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Fixed bug + latest master Created 8 years, 5 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
« no previous file with comments | « chrome/browser/bookmarks/bookmark_manager_extension_api.cc ('k') | chrome/browser/browser_process_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/browser_process.h
diff --git a/chrome/browser/browser_process.h b/chrome/browser/browser_process.h
index 42d8f01a44af42d653a47a06197365a383841286..fee9cbd23162cc989ba5bb700dbe458b8fe35809 100644
--- a/chrome/browser/browser_process.h
+++ b/chrome/browser/browser_process.h
@@ -21,7 +21,6 @@ class CRLSetFetcher;
class ComponentUpdateService;
class DownloadRequestLimiter;
class DownloadStatusUpdater;
-class ExtensionEventRouterForwarder;
class IconManager;
class IntranetRedirectDetector;
class IOThread;
@@ -45,6 +44,10 @@ namespace chrome_variations {
class VariationsService;
}
+namespace extensions {
+class EventRouterForwarder;
+}
+
namespace net {
class URLRequestContextGetter;
}
@@ -101,7 +104,7 @@ class BrowserProcess {
virtual chromeos::OomPriorityManager* oom_priority_manager() = 0;
#endif // defined(OS_CHROMEOS)
- virtual ExtensionEventRouterForwarder*
+ virtual extensions::EventRouterForwarder*
extension_event_router_forwarder() = 0;
// Returns the manager for desktop notifications.
« no previous file with comments | « chrome/browser/bookmarks/bookmark_manager_extension_api.cc ('k') | chrome/browser/browser_process_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698