Index: chrome/browser/ui/browser_commands.h |
diff --git a/chrome/browser/ui/browser_commands.h b/chrome/browser/ui/browser_commands.h |
index d14b51677e675f9f86390632273cb878ad56f1ee..d2d37ee141a40df3a8412237ecbf5c4e5074ad51 100644 |
--- a/chrome/browser/ui/browser_commands.h |
+++ b/chrome/browser/ui/browser_commands.h |
@@ -8,6 +8,7 @@ |
#include <string> |
#include "chrome/browser/devtools/devtools_toggle_action.h" |
+#include "chrome/browser/ssl/security_state_model.h" |
#include "chrome/browser/ui/host_desktop.h" |
#include "chrome/browser/ui/tabs/tab_strip_model_delegate.h" |
#include "content/public/common/page_zoom.h" |
@@ -21,7 +22,6 @@ class Profile; |
namespace content { |
class PageState; |
class WebContents; |
-struct SSLStatus; |
} |
namespace chrome { |
@@ -110,7 +110,7 @@ void ShowFindBar(Browser* browser); |
void ShowWebsiteSettings(Browser* browser, |
content::WebContents* web_contents, |
const GURL& url, |
- const content::SSLStatus& ssl); |
+ const SecurityStateModel::SecurityInfo& security_info); |
void Print(Browser* browser); |
bool CanPrint(Browser* browser); |
#if defined(ENABLE_BASIC_PRINTING) |