summaryrefslogtreecommitdiffstats
path: root/apps/app_load_service_factory.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/app_load_service_factory.h')
-rw-r--r--apps/app_load_service_factory.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/app_load_service_factory.h b/apps/app_load_service_factory.h
index 453c4a3..61b2110 100644
--- a/apps/app_load_service_factory.h
+++ b/apps/app_load_service_factory.h
@@ -6,7 +6,7 @@
#define APPS_APP_LOAD_SERVICE_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;
@@ -27,7 +27,7 @@ class AppLoadServiceFactory : public BrowserContextKeyedServiceFactory {
virtual ~AppLoadServiceFactory();
// BrowserContextKeyedServiceFactory:
- virtual BrowserContextKeyedService* BuildServiceInstanceFor(
+ virtual KeyedService* BuildServiceInstanceFor(
content::BrowserContext* context) const OVERRIDE;
virtual bool ServiceIsCreatedWithBrowserContext() const OVERRIDE;
virtual bool ServiceIsNULLWhileTesting() const OVERRIDE;