| Index: components/toolbar/toolbar_model_delegate.h
|
| diff --git a/components/toolbar/toolbar_model_delegate.h b/components/toolbar/toolbar_model_delegate.h
|
| index 1fb8e83514f69b040705abdcc5e7c1d184203379..a32623b7ae16879bb5412ef3e635875aab1e8bc5 100644
|
| --- a/components/toolbar/toolbar_model_delegate.h
|
| +++ b/components/toolbar/toolbar_model_delegate.h
|
| @@ -9,7 +9,7 @@
|
|
|
| #include "base/memory/ref_counted.h"
|
| #include "base/strings/string16.h"
|
| -#include "components/security_state/security_state_model.h"
|
| +#include "components/security_state/core/security_state.h"
|
|
|
| class GURL;
|
|
|
| @@ -20,7 +20,7 @@ class X509Certificate;
|
| // Delegate which is used by ToolbarModel class.
|
| class ToolbarModelDelegate {
|
| public:
|
| - using SecurityLevel = security_state::SecurityStateModel::SecurityLevel;
|
| + using SecurityLevel = security_state::SecurityLevel;
|
|
|
| // Formats |url| using AutocompleteInput::FormattedStringWithEquivalentMeaning
|
| // providing an appropriate AutocompleteSchemeClassifier for the embedder.
|
|
|