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

Unified Diff: net/cert/cert_verify_proc_whitelist.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/cert_net_fetcher.h ('k') | net/cert/ct_known_logs.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/cert/cert_verify_proc_whitelist.h
diff --git a/net/cert/cert_verify_proc_whitelist.h b/net/cert/cert_verify_proc_whitelist.h
index 47ce98318481f091b65ebb15e7dd8c3f401ff7c8..f1582c96a698e66c520c77cae7a96835f1a01d27 100644
--- a/net/cert/cert_verify_proc_whitelist.h
+++ b/net/cert/cert_verify_proc_whitelist.h
@@ -44,4 +44,4 @@ SetCertificateWhitelistForTesting(const PublicKeyWhitelist* whitelist,
} // namespace net
-#endif // NET_CERT_CERT_VERIFY_PROC_WHITELIST
+#endif // NET_CERT_CERT_VERIFY_PROC_WHITELIST_H_
« no previous file with comments | « net/cert/cert_net_fetcher.h ('k') | net/cert/ct_known_logs.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698