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

Unified Diff: net/cert/ocsp_revocation_status.h

Issue 2562113002: Fix header guards in //net. (Closed)
Patch Set: Created 4 years 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 | « net/cert/nss_profile_filter_chromeos.cc ('k') | net/cert/ocsp_verify_result.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/cert/ocsp_revocation_status.h
diff --git a/net/cert/ocsp_revocation_status.h b/net/cert/ocsp_revocation_status.h
index 945104f26f613a9e38d7c6b59c2952873960b673..c20dd2e2c833b91cebd3b38488d0ad9dc8d4b682 100644
--- a/net/cert/ocsp_revocation_status.h
+++ b/net/cert/ocsp_revocation_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_CERT_OCSP_REVOCATION_STATUS_H
-#define NET_CERT_OCSP_REVOCATION_STATUS_H
+#ifndef NET_CERT_OCSP_REVOCATION_STATUS_H_
+#define NET_CERT_OCSP_REVOCATION_STATUS_H_
namespace net {
@@ -15,4 +15,4 @@ enum class OCSPRevocationStatus {
} // namespace net
-#endif // NET_CERT_OCSP_REVOCATION_STATUS_H
+#endif // NET_CERT_OCSP_REVOCATION_STATUS_H_
« no previous file with comments | « net/cert/nss_profile_filter_chromeos.cc ('k') | net/cert/ocsp_verify_result.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698