Index: content/browser/tab_contents/tab_contents_delegate.cc |
diff --git a/content/browser/tab_contents/tab_contents_delegate.cc b/content/browser/tab_contents/tab_contents_delegate.cc |
index 784450ac84fc678e2c3ce0e46f6f9ce3e754a640..334ba63ecea3294536af78bde69bb6023bd30259 100644 |
--- a/content/browser/tab_contents/tab_contents_delegate.cc |
+++ b/content/browser/tab_contents/tab_contents_delegate.cc |
@@ -145,7 +145,7 @@ bool TabContentsDelegate::ExecuteContextMenuCommand(int command) { |
return false; |
} |
-void TabContentsDelegate::ShowPageInfo(Profile* profile, |
+void TabContentsDelegate::ShowPageInfo(content::BrowserContext* browser_context, |
const GURL& url, |
const NavigationEntry::SSLStatus& ssl, |
bool show_history) { |