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

Unified Diff: net/cert/signed_certificate_timestamp_and_status.h

Issue 2206763005: Move signed_certificate_timestamp_and_status from net to cert (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 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
« no previous file with comments | « content/public/common/resource_response_info.h ('k') | net/cert/signed_certificate_timestamp_and_status.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_
« no previous file with comments | « content/public/common/resource_response_info.h ('k') | net/cert/signed_certificate_timestamp_and_status.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698