| Index: net/cert/signed_certificate_timestamp_and_status.h
|
| diff --git a/net/ssl/signed_certificate_timestamp_and_status.h b/net/cert/signed_certificate_timestamp_and_status.h
|
| similarity index 83%
|
| rename from net/ssl/signed_certificate_timestamp_and_status.h
|
| rename to net/cert/signed_certificate_timestamp_and_status.h
|
| index e546668a0b16a4dc40cb0c7bd5d4300022fadd30..51cc06dd719dbd341d3f592244b62c351d30eba1 100644
|
| --- a/net/ssl/signed_certificate_timestamp_and_status.h
|
| +++ b/net/cert/signed_certificate_timestamp_and_status.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_SSL_SIGNED_CERTIFICATE_TIMESTAMP_AND_STATUS_H_
|
| -#define NET_SSL_SIGNED_CERTIFICATE_TIMESTAMP_AND_STATUS_H_
|
| +#ifndef NET_CERT_SIGNED_CERTIFICATE_TIMESTAMP_AND_STATUS_H_
|
| +#define NET_CERT_SIGNED_CERTIFICATE_TIMESTAMP_AND_STATUS_H_
|
|
|
| #include <vector>
|
|
|
| @@ -35,4 +35,4 @@ typedef std::vector<SignedCertificateTimestampAndStatus>
|
|
|
| } // namespace net
|
|
|
| -#endif // NET_SSL_SIGNED_CERTIFICATE_TIMESTAMP_AND_STATUS_H_
|
| +#endif // NET_CERT_SIGNED_CERTIFICATE_TIMESTAMP_AND_STATUS_H_
|
|
|