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

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

Issue 10626007: Move ExtensionSystem into extensions namespace (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Master merge; moved class declaration 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
Index: chrome/browser/extensions/extension_service.h
diff --git a/chrome/browser/extensions/extension_service.h b/chrome/browser/extensions/extension_service.h
index f020e6db739089541e837146a8b120362ece5ef0..ec72af734f3adfcf641f79ee1553824d914945f4 100644
--- a/chrome/browser/extensions/extension_service.h
+++ b/chrome/browser/extensions/extension_service.h
@@ -58,7 +58,6 @@ class ExtensionManagedModeEventRouter;
class ExtensionManagementEventRouter;
class ExtensionPreferenceEventRouter;
class ExtensionSyncData;
-class ExtensionSystem;
class ExtensionToolbarModel;
class HistoryExtensionEventRouter;
class GURL;
@@ -83,6 +82,7 @@ class ContentSettingsStore;
class Extension;
class ExtensionCookiesEventRouter;
class ExtensionSyncData;
+class ExtensionSystem;
class ExtensionUpdater;
class SettingsFrontend;
class WebNavigationEventRouter;
@@ -709,7 +709,7 @@ class ExtensionService
Profile* profile_;
// The ExtensionSystem for the profile above.
- ExtensionSystem* system_;
+ extensions::ExtensionSystem* system_;
// Preferences for the owning profile (weak reference).
extensions::ExtensionPrefs* extension_prefs_;
« no previous file with comments | « chrome/browser/extensions/extension_process_manager.cc ('k') | chrome/browser/extensions/extension_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698