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

Unified Diff: extensions/browser/extension_system.h

Issue 197413002: Move extensions-related files to using //components/keyed_service. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 6 years, 9 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 | « extensions/browser/extension_registry_factory.cc ('k') | extensions/browser/extension_system.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/browser/extension_system.h
diff --git a/extensions/browser/extension_system.h b/extensions/browser/extension_system.h
index b1e724c2bba7945ac19cf0e38099d534a149e4bd..1ccccddb2dfe996454be30a7205f11afeb8e3fe5 100644
--- a/extensions/browser/extension_system.h
+++ b/extensions/browser/extension_system.h
@@ -8,7 +8,7 @@
#include <string>
#include "base/memory/ref_counted.h"
-#include "components/browser_context_keyed_service/browser_context_keyed_service.h"
+#include "components/keyed_service/core/keyed_service.h"
#include "extensions/common/extension.h"
class ExtensionService;
@@ -43,9 +43,9 @@ class UserScriptMaster;
// ExtensionSystem manages the lifetime of many of the services used by the
// extensions and apps system, and it handles startup and shutdown as needed.
-// Eventually, we'd like to make more of these services into
-// BrowserContextKeyedServices in their own right.
-class ExtensionSystem : public BrowserContextKeyedService {
+// Eventually, we'd like to make more of these services into KeyedServices in
+// their own right.
+class ExtensionSystem : public KeyedService {
public:
ExtensionSystem();
virtual ~ExtensionSystem();
« no previous file with comments | « extensions/browser/extension_registry_factory.cc ('k') | extensions/browser/extension_system.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698