Index: chrome/browser/prerender/prerender_manager_factory.h |
diff --git a/chrome/browser/prerender/prerender_manager_factory.h b/chrome/browser/prerender/prerender_manager_factory.h |
index 16308b3b1ea7bc6b8b4571281ba3b0d7a7413323..3f345e483c80dfd35e0407f2e2358533aed70aa8 100644 |
--- a/chrome/browser/prerender/prerender_manager_factory.h |
+++ b/chrome/browser/prerender/prerender_manager_factory.h |
@@ -33,7 +33,7 @@ class PrerenderManagerFactory : public ProfileKeyedServiceFactory { |
// ProfileKeyedServiceFactory: |
virtual ProfileKeyedService* BuildServiceInstanceFor( |
- Profile* profile) const OVERRIDE; |
+ content::BrowserContext* profile) const OVERRIDE; |
// Prerendering is allowed in incognito. |
virtual bool ServiceHasOwnInstanceInIncognito() const OVERRIDE; |