| Index: chrome/browser/ui/browser_commands.h
|
| diff --git a/chrome/browser/ui/browser_commands.h b/chrome/browser/ui/browser_commands.h
|
| index 262fc92273dc8cc50d2c2f5d13488750dffddac2..81f30e5a2fbecc63d8a35cfea2bc570442a5e76f 100644
|
| --- a/chrome/browser/ui/browser_commands.h
|
| +++ b/chrome/browser/ui/browser_commands.h
|
| @@ -9,9 +9,9 @@
|
|
|
| #include "build/build_config.h"
|
| #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 "components/security_state/security_state_model.h"
|
| #include "content/public/common/page_zoom.h"
|
| #include "ui/base/window_open_disposition.h"
|
|
|
| @@ -109,10 +109,11 @@ void TogglePagePinnedToStartScreen(Browser* browser);
|
| void SavePage(Browser* browser);
|
| bool CanSavePage(const Browser* browser);
|
| void ShowFindBar(Browser* browser);
|
| -void ShowWebsiteSettings(Browser* browser,
|
| - content::WebContents* web_contents,
|
| - const GURL& url,
|
| - const SecurityStateModel::SecurityInfo& security_info);
|
| +void ShowWebsiteSettings(
|
| + Browser* browser,
|
| + content::WebContents* web_contents,
|
| + const GURL& url,
|
| + const security_state::SecurityStateModel::SecurityInfo& security_info);
|
| void Print(Browser* browser);
|
| bool CanPrint(Browser* browser);
|
| #if defined(ENABLE_BASIC_PRINTING)
|
|
|