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

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: Created 8 years, 6 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 c2b00899bc23aaffef231cdb48ba417fcc997b47..8501f2c6f8a1fefe6615a4d57747395cb2b61f79 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).
ExtensionPrefs* extension_prefs_;

Powered by Google App Engine
This is Rietveld 408576698