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

Unified Diff: net/cert/x509_util_ios.h

Issue 13006020: net: extract net/cert out of net/base (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fixes 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
Index: net/cert/x509_util_ios.h
diff --git a/net/base/x509_util_ios.h b/net/cert/x509_util_ios.h
similarity index 93%
rename from net/base/x509_util_ios.h
rename to net/cert/x509_util_ios.h
index 1f242edb0e0b4009d16a13fb7c2f2ffa0c4bdc27..5a8a57601ca629f884b01fc05edaab8ca4243b05 100644
--- a/net/base/x509_util_ios.h
+++ b/net/cert/x509_util_ios.h
@@ -5,13 +5,13 @@
// This file contains functions for iOS to glue NSS and Security.framework
// together.
-#ifndef NET_BASE_X509_UTIL_IOS_H_
-#define NET_BASE_X509_UTIL_IOS_H_
+#ifndef NET_CERT_X509_UTIL_IOS_H_
+#define NET_CERT_X509_UTIL_IOS_H_
#include <Security/Security.h>
#include <vector>
-#include "net/base/x509_cert_types.h"
+#include "net/cert/x509_cert_types.h"
// Forward declaration; real one in <cert.h>
typedef struct CERTCertificateStr CERTCertificate;
@@ -69,4 +69,4 @@ class NSSCertChain {
} // namespace x509_util_ios
} // namespace net
-#endif // NET_BASE_X509_UTIL_IOS_H_
+#endif // NET_CERT_X509_UTIL_IOS_H_

Powered by Google App Engine
This is Rietveld 408576698