Index: chrome/browser/extensions/api/idle/idle_manager_factory.h |
diff --git a/chrome/browser/extensions/api/idle/idle_manager_factory.h b/chrome/browser/extensions/api/idle/idle_manager_factory.h |
index 2ff96053a1f4ded008295a10dff0879fef043618..1a9f9b74a7771fd5d704b886b15996195d50f326 100644 |
--- a/chrome/browser/extensions/api/idle/idle_manager_factory.h |
+++ b/chrome/browser/extensions/api/idle/idle_manager_factory.h |
@@ -6,7 +6,7 @@ |
#define CHROME_BROWSER_EXTENSIONS_API_IDLE_IDLE_MANAGER_FACTORY_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" |
class Profile; |
@@ -26,7 +26,7 @@ class IdleManagerFactory : public BrowserContextKeyedServiceFactory { |
virtual ~IdleManagerFactory(); |
// BrowserContextKeyedBaseFactory implementation. |
- virtual BrowserContextKeyedService* BuildServiceInstanceFor( |
+ virtual KeyedService* BuildServiceInstanceFor( |
content::BrowserContext* profile) const OVERRIDE; |
virtual content::BrowserContext* GetBrowserContextToUse( |
content::BrowserContext* context) const OVERRIDE; |