| 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 f84c8496b2f9c29afb07dfffa80c160b31407a98..31ef77e09b3f3e1ec8e1ae56aa0a86497756381a 100644
|
| --- a/net/http/transport_security_state_static.h
|
| +++ b/net/http/transport_security_state_static.h
|
| @@ -387,7 +387,7 @@ static const char* const kCryptoCatAcceptableCerts[] = {
|
| static const struct HSTSPreload kPreloadedSTS[] = {
|
| {25, true, "\013pinningtest\007appspot\003com", false, kTestPins, DOMAIN_APPSPOT_COM },
|
| {12, true, "\006google\003com", false, kGooglePins, DOMAIN_GOOGLE_COM },
|
| - {19, true, "\006health\006google\003com", true, kGooglePins, DOMAIN_GOOGLE_COM },
|
| + {19, true, "\006wallet\006google\003com", true, kGooglePins, DOMAIN_GOOGLE_COM },
|
| {21, true, "\010checkout\006google\003com", true, kGooglePins, DOMAIN_GOOGLE_COM },
|
| {19, true, "\006chrome\006google\003com", true, kGooglePins, DOMAIN_GOOGLE_COM },
|
| {17, true, "\004docs\006google\003com", true, kGooglePins, DOMAIN_GOOGLE_COM },
|
|
|