| Index: net/cert/x509_certificate_known_roots_win.h
|
| diff --git a/net/base/x509_certificate_known_roots_win.h b/net/cert/x509_certificate_known_roots_win.h
|
| similarity index 99%
|
| rename from net/base/x509_certificate_known_roots_win.h
|
| rename to net/cert/x509_certificate_known_roots_win.h
|
| index b81613c31b5662d84aae3ea490c9f521a6eb4b77..f8724135c98af901cd7e2e065d6e6e1cb6110ea2 100644
|
| --- a/net/base/x509_certificate_known_roots_win.h
|
| +++ b/net/cert/x509_certificate_known_roots_win.h
|
| @@ -2,8 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef NET_BASE_X509_CERTIFICATE_KNOWN_ROOTS_WIN_H_
|
| -#define NET_BASE_X509_CERTIFICATE_KNOWN_ROOTS_WIN_H_
|
| +#ifndef NET_CERT_X509_CERTIFICATE_KNOWN_ROOTS_WIN_H_
|
| +#define NET_CERT_X509_CERTIFICATE_KNOWN_ROOTS_WIN_H_
|
|
|
| // This is the set of 318 Microsoft trusted roots from 1st April 2011.
|
| // Extracted from
|
| @@ -652,4 +652,4 @@ static uint8 kKnownRootCertSHA1Hashes[][20] = {
|
| 0x3d, 0xd8, 0x90, 0x8f, 0xfd, 0x28, 0x86, 0x65, 0x64, 0x7d},
|
| };
|
|
|
| -#endif // NET_BASE_X509_CERTIFICATE_KNOWN_ROOTS_WIN_H_
|
| +#endif // NET_CERT_X509_CERTIFICATE_KNOWN_ROOTS_WIN_H_
|
|
|