Index: content/browser/tab_contents/interstitial_page.h |
diff --git a/content/browser/tab_contents/interstitial_page.h b/content/browser/tab_contents/interstitial_page.h |
index 1c4dec23f682f1afc458682db064a93aa466e5d2..e8b3663071fb0522e7a308cdb1ea90bab13077a4 100644 |
--- a/content/browser/tab_contents/interstitial_page.h |
+++ b/content/browser/tab_contents/interstitial_page.h |
@@ -127,7 +127,8 @@ class InterstitialPage : public NotificationObserver, |
virtual void UpdateTitle(RenderViewHost* render_view_host, |
int32 page_id, |
const string16& title) OVERRIDE; |
- virtual RendererPreferences GetRendererPrefs(Profile* profile) const OVERRIDE; |
+ virtual RendererPreferences GetRendererPrefs( |
+ content::BrowserContext* browser_context) const OVERRIDE; |
// Invoked with the NavigationEntry that is going to be added to the |
// navigation controller. |