| Index: chrome/browser/chromeos/platform_keys/platform_keys.h
|
| diff --git a/chrome/browser/chromeos/platform_keys/platform_keys.h b/chrome/browser/chromeos/platform_keys/platform_keys.h
|
| index 79fff7dfc64c32510d059f3acaf166ef0cf48d0e..8feabc5a42ab1194241b0df71c9d4f6f00f1683a 100644
|
| --- a/chrome/browser/chromeos/platform_keys/platform_keys.h
|
| +++ b/chrome/browser/chromeos/platform_keys/platform_keys.h
|
| @@ -47,7 +47,7 @@ struct ClientCertificateRequest {
|
|
|
| // The list of the types of certificates requested, sorted in order of the
|
| // server's preference.
|
| - std::vector<net::SSLClientCertType> certificate_key_types;
|
| + std::vector<net::X509Certificate::PublicKeyType> certificate_key_types;
|
|
|
| // List of distinguished names of certificate authorities allowed by the
|
| // server. Each entry must be a DER-encoded X.509 DistinguishedName.
|
|
|