summaryrefslogtreecommitdiffstats
path: root/components/precache/content/precache_manager_factory.h
diff options
context:
space:
mode:
Diffstat (limited to 'components/precache/content/precache_manager_factory.h')
-rw-r--r--components/precache/content/precache_manager_factory.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/components/precache/content/precache_manager_factory.h b/components/precache/content/precache_manager_factory.h
index d6715c7..6b4b093 100644
--- a/components/precache/content/precache_manager_factory.h
+++ b/components/precache/content/precache_manager_factory.h
@@ -7,7 +7,7 @@
#include "base/basictypes.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 content {
class BrowserContext;
@@ -30,7 +30,7 @@ class PrecacheManagerFactory : public BrowserContextKeyedServiceFactory {
virtual ~PrecacheManagerFactory();
// BrowserContextKeyedServiceFactory:
- virtual BrowserContextKeyedService* BuildServiceInstanceFor(
+ virtual KeyedService* BuildServiceInstanceFor(
content::BrowserContext* browser_context) const OVERRIDE;
DISALLOW_COPY_AND_ASSIGN(PrecacheManagerFactory);