| Index: content/public/browser/security_style_explanations.cc
|
| diff --git a/content/public/browser/security_style_explanations.cc b/content/public/browser/security_style_explanations.cc
|
| index 68e6769567af81ee4221b9741705d7042b5903b6..0b4fc219ae0704d46a164d7e20931e83c019d092 100644
|
| --- a/content/public/browser/security_style_explanations.cc
|
| +++ b/content/public/browser/security_style_explanations.cc
|
| @@ -11,8 +11,8 @@ SecurityStyleExplanations::SecurityStyleExplanations()
|
| displayed_mixed_content(false),
|
| ran_content_with_cert_errors(false),
|
| displayed_content_with_cert_errors(false),
|
| - ran_insecure_content_style(SECURITY_STYLE_UNKNOWN),
|
| - displayed_insecure_content_style(SECURITY_STYLE_UNKNOWN),
|
| + ran_insecure_content_style(blink::WebSecurityStyleUnknown),
|
| + displayed_insecure_content_style(blink::WebSecurityStyleUnknown),
|
| scheme_is_cryptographic(false),
|
| pkp_bypassed(false) {}
|
|
|
|
|