| 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_
|
|
|