| Index: chrome/browser/ui/browser.h
|
| diff --git a/chrome/browser/ui/browser.h b/chrome/browser/ui/browser.h
|
| index e06f8486eac4dff1345da0ab15700464b632b309..0744fb7221f3f708909e41b6c148195bc6dc6bf3 100644
|
| --- a/chrome/browser/ui/browser.h
|
| +++ b/chrome/browser/ui/browser.h
|
| @@ -854,7 +854,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* context,
|
| const GURL& url,
|
| const NavigationEntry::SSLStatus& ssl,
|
| bool show_history) OVERRIDE;
|
|
|