| Index: chrome/browser/ui/browser_commands.h
|
| diff --git a/chrome/browser/ui/browser_commands.h b/chrome/browser/ui/browser_commands.h
|
| index 2eee21adc613a0dc5152f096b00093811d4618e6..736bf20fdd33039072752fda86392e8c3aee2747 100644
|
| --- a/chrome/browser/ui/browser_commands.h
|
| +++ b/chrome/browser/ui/browser_commands.h
|
| @@ -8,9 +8,9 @@
|
| #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 "components/security_state/security_state_model.h"
|
| #include "content/public/common/page_zoom.h"
|
| #include "ui/base/window_open_disposition.h"
|
|
|
| @@ -108,10 +108,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)
|
|
|