| Index: content/public/browser/security_style_explanations.h
|
| diff --git a/content/public/browser/security_style_explanations.h b/content/public/browser/security_style_explanations.h
|
| index e08e0446ef81eace5bf9ace0d1cfdfc0a19ecd88..b97aa6016bb95f2556380a4b7eb5ce2f12ea06b2 100644
|
| --- a/content/public/browser/security_style_explanations.h
|
| +++ b/content/public/browser/security_style_explanations.h
|
| @@ -9,7 +9,7 @@
|
|
|
| #include "content/common/content_export.h"
|
| #include "content/public/browser/security_style_explanation.h"
|
| -#include "content/public/common/security_style.h"
|
| +#include "third_party/WebKit/public/platform/WebSecurityStyle.h"
|
|
|
| namespace content {
|
|
|
| @@ -52,11 +52,11 @@ struct SecurityStyleExplanations {
|
| // These values are used to convey the effect
|
| // that insecure content has on the overall SecurityStyle of the page;
|
| // for example, a |displayed_insecure_content_style| value of
|
| - // SECURITY_STYLE_UNAUTHENTICATED indicates that the page's overall
|
| - // SecurityStyle will be downgraded to UNAUTHENTICATED as a result of
|
| + // WebSecurityStyleUnauthenticated indicates that the page's overall
|
| + // SecurityStyle will be downgraded to Unauthenticated as a result of
|
| // displaying insecure content.
|
| - SecurityStyle ran_insecure_content_style;
|
| - SecurityStyle displayed_insecure_content_style;
|
| + blink::WebSecurityStyle ran_insecure_content_style;
|
| + blink::WebSecurityStyle displayed_insecure_content_style;
|
|
|
| bool scheme_is_cryptographic;
|
|
|
|
|