Index: extensions/browser/process_map_factory.h |
diff --git a/extensions/browser/process_map_factory.h b/extensions/browser/process_map_factory.h |
index 0a62dc75e2a2b4ac91028acec577c129cea66376..4d3626f99bc9d861d70810f205230ea264ef4f31 100644 |
--- a/extensions/browser/process_map_factory.h |
+++ b/extensions/browser/process_map_factory.h |
@@ -7,7 +7,7 @@ |
#include "base/compiler_specific.h" |
#include "base/memory/singleton.h" |
-#include "components/browser_context_keyed_service/browser_context_keyed_service_factory.h" |
+#include "components/keyed_service/content/browser_context_keyed_service_factory.h" |
namespace extensions { |
@@ -28,7 +28,7 @@ class ProcessMapFactory : public BrowserContextKeyedServiceFactory { |
virtual ~ProcessMapFactory(); |
// BrowserContextKeyedServiceFactory implementation: |
- virtual BrowserContextKeyedService* BuildServiceInstanceFor( |
+ virtual KeyedService* BuildServiceInstanceFor( |
content::BrowserContext* context) const OVERRIDE; |
virtual content::BrowserContext* GetBrowserContextToUse( |
content::BrowserContext* context) const OVERRIDE; |