| Index: chrome/browser/prerender/prerender_link_manager_factory.h
|
| diff --git a/chrome/browser/prerender/prerender_link_manager_factory.h b/chrome/browser/prerender/prerender_link_manager_factory.h
|
| index 735ca000f13dd38fd62ed0a7577de4e4c44347c1..3223c22641883b6a4fd457588ee94c14068c08ca 100644
|
| --- a/chrome/browser/prerender/prerender_link_manager_factory.h
|
| +++ b/chrome/browser/prerender/prerender_link_manager_factory.h
|
| @@ -15,7 +15,7 @@ namespace prerender {
|
|
|
| class PrerenderLinkManager;
|
|
|
| -class PrerenderLinkManagerFactory : public ProfileKeyedServiceFactory {
|
| +class PrerenderLinkManagerFactory : public BrowserContextKeyedServiceFactory {
|
| public:
|
| static PrerenderLinkManager* GetForProfile(Profile* profile);
|
| static PrerenderLinkManagerFactory* GetInstance();
|
| @@ -26,7 +26,7 @@ class PrerenderLinkManagerFactory : public ProfileKeyedServiceFactory {
|
| PrerenderLinkManagerFactory();
|
| virtual ~PrerenderLinkManagerFactory() { }
|
|
|
| - virtual ProfileKeyedService* BuildServiceInstanceFor(
|
| + virtual BrowserContextKeyedService* BuildServiceInstanceFor(
|
| content::BrowserContext* profile) const OVERRIDE;
|
| virtual content::BrowserContext* GetBrowserContextToUse(
|
| content::BrowserContext* context) const OVERRIDE;
|
|
|