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

Unified Diff: net/cert/ct_policy_enforcer.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/ct_log_verifier_util.h ('k') | net/cert/ct_policy_status.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/cert/ct_policy_enforcer.h
diff --git a/net/cert/ct_policy_enforcer.h b/net/cert/ct_policy_enforcer.h
index c732cee6ff40021ed94f04e52f2c81a49bc95756..7111970e29d6f1e2f45320e2b8f1cd429378df05 100644
--- a/net/cert/ct_policy_enforcer.h
+++ b/net/cert/ct_policy_enforcer.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_CT_POLICY_ENFORCER_H
-#define NET_CERT_CT_POLICY_ENFORCER_H
+#ifndef NET_CERT_CT_POLICY_ENFORCER_H_
+#define NET_CERT_CT_POLICY_ENFORCER_H_
#include <stddef.h>
#include <vector>
@@ -105,4 +105,4 @@ class NET_EXPORT CTPolicyEnforcer {
} // namespace net
-#endif // NET_CERT_CT_POLICY_ENFORCER_H
+#endif // NET_CERT_CT_POLICY_ENFORCER_H_
« no previous file with comments | « net/cert/ct_log_verifier_util.h ('k') | net/cert/ct_policy_status.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698