| Index: net/http/transport_security_state_static.h
|
| diff --git a/net/http/transport_security_state_static.h b/net/http/transport_security_state_static.h
|
| index f0b3190ff74b88ec447663f1486e741421290970..6c79f8e93d5bd5ab7b318762805c782c60431f13 100644
|
| --- a/net/http/transport_security_state_static.h
|
| +++ b/net/http/transport_security_state_static.h
|
| @@ -388,8 +388,8 @@ static const struct HSTSPreload kPreloadedSTS[] = {
|
| {20, true, "\007history\006google\003com", true, kGooglePins, DOMAIN_GOOGLE_COM },
|
| {21, true, "\010security\006google\003com", true, kGooglePins, DOMAIN_GOOGLE_COM },
|
| {17, true, "\004goto\006google\003com", true, kGooglePins, DOMAIN_GOOGLE_COM },
|
| - {17, true, "\005cloud\006google\003com", true, kGooglePins, DOMAIN_GOOGLE_COM },
|
| - {17, true, "\005glass\006google\003com", true, kGooglePins, DOMAIN_GOOGLE_COM },
|
| + {18, true, "\005cloud\006google\003com", true, kGooglePins, DOMAIN_GOOGLE_COM },
|
| + {18, true, "\005glass\006google\003com", true, kGooglePins, DOMAIN_GOOGLE_COM },
|
| {17, true, "\004play\006google\003com", true, kGooglePins, DOMAIN_GOOGLE_COM },
|
| {20, true, "\006market\007android\003com", true, kGooglePins, DOMAIN_ANDROID_COM },
|
| {26, true, "\003ssl\020google-analytics\003com", true, kGooglePins, DOMAIN_GOOGLE_ANALYTICS_COM },
|
|
|