Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(690)

Unified Diff: net/cert/x509_certificate_known_roots_mac.h

Issue 13006020: net: extract net/cert out of net/base (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « net/cert/x509_certificate_ios.cc ('k') | net/cert/x509_certificate_known_roots_win.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_
« no previous file with comments | « net/cert/x509_certificate_ios.cc ('k') | net/cert/x509_certificate_known_roots_win.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698