summaryrefslogtreecommitdiffstats
path: root/apps/saved_files_service_factory.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/saved_files_service_factory.h')
-rw-r--r--apps/saved_files_service_factory.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/saved_files_service_factory.h b/apps/saved_files_service_factory.h
index 502010f..d8bc3ee 100644
--- a/apps/saved_files_service_factory.h
+++ b/apps/saved_files_service_factory.h
@@ -6,7 +6,7 @@
#define APPS_SAVED_FILES_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;
@@ -26,7 +26,7 @@ class SavedFilesServiceFactory : public BrowserContextKeyedServiceFactory {
virtual ~SavedFilesServiceFactory();
friend struct DefaultSingletonTraits<SavedFilesServiceFactory>;
- virtual BrowserContextKeyedService* BuildServiceInstanceFor(
+ virtual KeyedService* BuildServiceInstanceFor(
content::BrowserContext* profile) const OVERRIDE;
};