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

Unified Diff: extensions/browser/process_map.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_system_provider.cc ('k') | extensions/browser/process_map_factory.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/browser/process_map.h
diff --git a/extensions/browser/process_map.h b/extensions/browser/process_map.h
index 0310651d09dbaeb8dc0edecec457c674e1b531b5..23f2674b020470718ddbceb3ccdc1d131ac0c52a 100644
--- a/extensions/browser/process_map.h
+++ b/extensions/browser/process_map.h
@@ -9,7 +9,7 @@
#include <string>
#include "base/basictypes.h"
-#include "components/browser_context_keyed_service/browser_context_keyed_service.h"
+#include "components/keyed_service/core/keyed_service.h"
namespace content {
class BrowserContext;
@@ -66,7 +66,7 @@ namespace extensions {
// RenderProcessHost::FromID() and check the profile of the resulting object.
//
// TODO(aa): The above warnings suggest this class could use improvement :).
-class ProcessMap : public BrowserContextKeyedService {
+class ProcessMap : public KeyedService {
public:
ProcessMap();
virtual ~ProcessMap();
« no previous file with comments | « extensions/browser/extension_system_provider.cc ('k') | extensions/browser/process_map_factory.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698