diff options
Diffstat (limited to 'content/browser/tab_contents/tab_contents.h')
-rw-r--r-- | content/browser/tab_contents/tab_contents.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/browser/tab_contents/tab_contents.h b/content/browser/tab_contents/tab_contents.h index c26c3f4..d23024d 100644 --- a/content/browser/tab_contents/tab_contents.h +++ b/content/browser/tab_contents/tab_contents.h @@ -165,7 +165,7 @@ class CONTENT_EXPORT TabContents virtual void Stop() OVERRIDE; virtual TabContents* Clone() OVERRIDE; virtual void ShowPageInfo(const GURL& url, - const NavigationEntry::SSLStatus& ssl, + const content::SSLStatus& ssl, bool show_history) OVERRIDE; virtual void AddNewContents(TabContents* new_contents, WindowOpenDisposition disposition, |