| Index: chrome/browser/ui/browser.h
|
| diff --git a/chrome/browser/ui/browser.h b/chrome/browser/ui/browser.h
|
| index 657f562c98ee2e37f1afc30e4dc6884d51d1b280..430d20d641ccdd906be5da20ef45de0b60aa2171 100644
|
| --- a/chrome/browser/ui/browser.h
|
| +++ b/chrome/browser/ui/browser.h
|
| @@ -855,7 +855,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;
|
|
|