| Index: net/cert/x509_certificate_known_roots_mac.h
|
| diff --git a/net/base/x509_certificate_known_roots_mac.h b/net/cert/x509_certificate_known_roots_mac.h
|
| similarity index 99%
|
| rename from net/base/x509_certificate_known_roots_mac.h
|
| rename to net/cert/x509_certificate_known_roots_mac.h
|
| index fa2081a0680417bcdef0ee49292aa95e3a6c030e..db5403eef3186a12c98b85473820c17ab2cbdab5 100644
|
| --- a/net/base/x509_certificate_known_roots_mac.h
|
| +++ b/net/cert/x509_certificate_known_roots_mac.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_MAC_H_
|
| -#define NET_BASE_X509_CERTIFICATE_KNOWN_ROOTS_MAC_H_
|
| +#ifndef NET_CERT_X509_CERTIFICATE_KNOWN_ROOTS_MAC_H_
|
| +#define NET_CERT_X509_CERTIFICATE_KNOWN_ROOTS_MAC_H_
|
|
|
| // This is the set of Apple trusted roots from OS X 10.6.
|
| // They were taken by exporting the trusted roots from the Keychain utility.
|
| @@ -339,4 +339,4 @@ static uint8 kKnownRootCertSHA1Hashes[][20] = {
|
| 0x3d, 0xd8, 0x90, 0x8f, 0xfd, 0x28, 0x86, 0x65, 0x64, 0x7d},
|
| };
|
|
|
| -#endif // NET_BASE_X509_CERTIFICATE_KNOWN_ROOTS_MAC_H_
|
| +#endif // NET_CERT_X509_CERTIFICATE_KNOWN_ROOTS_MAC_H_
|
|
|