Index: chrome/browser/ui/browser.h |
diff --git a/chrome/browser/ui/browser.h b/chrome/browser/ui/browser.h |
index b30d8e44adb91a21ed787df17351259f1507738f..09073c0f037dab20e68ef8b03141084364ecd84a 100644 |
--- a/chrome/browser/ui/browser.h |
+++ b/chrome/browser/ui/browser.h |
@@ -860,7 +860,7 @@ class Browser : public TabHandlerDelegate, |
virtual int GetExtraRenderViewHeight() const OVERRIDE; |
virtual void OnStartDownload(TabContents* source, |
DownloadItem* download) OVERRIDE; |
- virtual void ShowPageInfo(Profile* profile, |
+ virtual void ShowPageInfo(content::BrowserContext* browser_context, |
const GURL& url, |
const NavigationEntry::SSLStatus& ssl, |
bool show_history) OVERRIDE; |