| Index: net/cert/x509_util.h
|
| diff --git a/net/base/x509_util.h b/net/cert/x509_util.h
|
| similarity index 96%
|
| rename from net/base/x509_util.h
|
| rename to net/cert/x509_util.h
|
| index 734eebd897406ede51a5d98f37a7f1ff303ebd6b..50ffc7f55fc9538cd6ca724e292cd224722ebc64 100644
|
| --- a/net/base/x509_util.h
|
| +++ b/net/cert/x509_util.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_UTIL_H_
|
| -#define NET_BASE_X509_UTIL_H_
|
| +#ifndef NET_CERT_X509_UTIL_H_
|
| +#define NET_CERT_X509_UTIL_H_
|
|
|
| #include <string>
|
|
|
| @@ -70,4 +70,4 @@ class NET_EXPORT_PRIVATE ClientCertSorter {
|
|
|
| } // namespace net
|
|
|
| -#endif // NET_BASE_X509_UTIL_H_
|
| +#endif // NET_CERT_X509_UTIL_H_
|
|
|