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 e6dfbfd6c78047a6f70d03221c9b50d5d4b2caaf..0f68095c64c2d0501f6ea9d5422b89127b02eca4 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; |
@@ -212,7 +212,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* context, |
const GURL& url, |
const NavigationEntry::SSLStatus& ssl, |
bool show_history); |