| Index: net/cert/ev_root_ca_metadata.h
|
| diff --git a/net/base/ev_root_ca_metadata.h b/net/cert/ev_root_ca_metadata.h
|
| similarity index 93%
|
| rename from net/base/ev_root_ca_metadata.h
|
| rename to net/cert/ev_root_ca_metadata.h
|
| index 292c5ea028d408da62d726ee0465ee9478fb0c9e..aad78484cd186418fa114939522a440bfc6b1ecb 100644
|
| --- a/net/base/ev_root_ca_metadata.h
|
| +++ b/net/cert/ev_root_ca_metadata.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_EV_ROOT_CA_METADATA_H_
|
| -#define NET_BASE_EV_ROOT_CA_METADATA_H_
|
| +#ifndef NET_CERT_EV_ROOT_CA_METADATA_H_
|
| +#define NET_CERT_EV_ROOT_CA_METADATA_H_
|
|
|
| #include "build/build_config.h"
|
|
|
| @@ -17,7 +17,7 @@
|
| #include <vector>
|
|
|
| #include "net/base/net_export.h"
|
| -#include "net/base/x509_certificate.h"
|
| +#include "net/cert/x509_certificate.h"
|
|
|
| namespace base {
|
| template <typename T>
|
| @@ -86,4 +86,4 @@ class NET_EXPORT_PRIVATE EVRootCAMetadata {
|
|
|
| } // namespace net
|
|
|
| -#endif // NET_BASE_EV_ROOT_CA_METADATA_H_
|
| +#endif // NET_CERT_EV_ROOT_CA_METADATA_H_
|
|
|