Index: content/browser/tab_contents/tab_contents_delegate.h |
diff --git a/content/browser/tab_contents/tab_contents_delegate.h b/content/browser/tab_contents/tab_contents_delegate.h |
index 52bc318cdbdfe7203ea067b156d121e3347dd907..af2056edb6850b9e18c116a499ad4e96d4495acd 100644 |
--- a/content/browser/tab_contents/tab_contents_delegate.h |
+++ b/content/browser/tab_contents/tab_contents_delegate.h |
@@ -17,6 +17,7 @@ |
#include "webkit/glue/window_open_disposition.h" |
namespace content { |
+class BrowserContext; |
class JavaScriptDialogCreator; |
} |
@@ -35,7 +36,6 @@ class DownloadItem; |
class GURL; |
class HtmlDialogUIDelegate; |
struct NativeWebKeyboardEvent; |
-class Profile; |
class RenderViewHost; |
class TabContents; |
@@ -215,7 +215,7 @@ class TabContentsDelegate { |
// |url| is the url of the page/frame the info applies to, |ssl| is the SSL |
// information for that page/frame. If |show_history| is true, a section |
// showing how many times that URL has been visited is added to the page info. |
- virtual void ShowPageInfo(Profile* profile, |
+ virtual void ShowPageInfo(content::BrowserContext* browser_context, |
const GURL& url, |
const NavigationEntry::SSLStatus& ssl, |
bool show_history); |