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

Unified Diff: chrome/browser/extensions/extension_system.h

Issue 10824204: Move small c/b/extensions classes into extensions namespace no.2 (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Latest master for cq + nitfix Created 8 years, 4 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
Index: chrome/browser/extensions/extension_system.h
diff --git a/chrome/browser/extensions/extension_system.h b/chrome/browser/extensions/extension_system.h
index c7f93c293d74ba483a30fc1a647db3626d078af7..884f03636975a83b9fbc590b4902867db12dce5d 100644
--- a/chrome/browser/extensions/extension_system.h
+++ b/chrome/browser/extensions/extension_system.h
@@ -18,7 +18,6 @@
class ExtensionDevToolsManager;
class ExtensionInfoMap;
-class ExtensionNavigationObserver;
class ExtensionProcessManager;
class ExtensionService;
class Profile;
@@ -34,6 +33,7 @@ class ExtensionSystemSharedFactory;
class LazyBackgroundTaskQueue;
class ManagementPolicy;
class MessageService;
+class NavigationObserver;
class RulesRegistryService;
class StateStore;
class UserScriptMaster;
@@ -213,7 +213,7 @@ class ExtensionSystemImpl : public ExtensionSystem {
scoped_ptr<LazyBackgroundTaskQueue> lazy_background_task_queue_;
scoped_ptr<MessageService> message_service_;
scoped_ptr<EventRouter> extension_event_router_;
- scoped_ptr<ExtensionNavigationObserver> extension_navigation_observer_;
+ scoped_ptr<NavigationObserver> navigation_observer_;
};
Profile* profile_;
« no previous file with comments | « chrome/browser/extensions/extension_service_unittest.cc ('k') | chrome/browser/extensions/extension_system.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698