| Index: chrome/browser/ui/browser_dialogs.h
|
| diff --git a/chrome/browser/ui/browser_dialogs.h b/chrome/browser/ui/browser_dialogs.h
|
| index a1e587bbd027d545e4a8bd35e93db3b64bae08cd..282093cad204662b9652c213cd6467cbaccd9b60 100644
|
| --- a/chrome/browser/ui/browser_dialogs.h
|
| +++ b/chrome/browser/ui/browser_dialogs.h
|
| @@ -6,8 +6,8 @@
|
| #define CHROME_BROWSER_UI_BROWSER_DIALOGS_H_
|
|
|
| #include "base/callback.h"
|
| -#include "chrome/browser/ssl/security_state_model.h"
|
| #include "chrome/browser/ui/bookmarks/bookmark_editor.h"
|
| +#include "components/security_state/security_state_model.h"
|
| #include "third_party/skia/include/core/SkColor.h"
|
| #include "ui/gfx/native_widget_types.h"
|
|
|
| @@ -89,7 +89,7 @@ void ShowWebsiteSettingsBubbleViewsAtPoint(
|
| Profile* profile,
|
| content::WebContents* web_contents,
|
| const GURL& url,
|
| - const SecurityStateModel::SecurityInfo& security_info);
|
| + const security_state::SecurityStateModel::SecurityInfo& security_info);
|
|
|
| // Show a Views bookmark bubble at the given point. This occurs when the
|
| // bookmark star is clicked or "Bookmark This Page..." is selected from a menu
|
|
|