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

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: 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 9cf70bd9badb20fd694cb444d663e95ce78413ce..a39f18059a3f7d162fc97c63ed9804e7955721b0 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;
@@ -214,7 +214,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_;

Powered by Google App Engine
This is Rietveld 408576698