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

Unified Diff: net/cert_net/cert_net_fetcher_impl.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/x509_certificate_net_log_param.h ('k') | net/cookies/parsed_cookie.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/cert_net/cert_net_fetcher_impl.h
diff --git a/net/cert_net/cert_net_fetcher_impl.h b/net/cert_net/cert_net_fetcher_impl.h
index 625c52345e1955827a459c2992a5cf35c7e99e88..d4add24c2ffd96d2dfe8541efe9d6d19d6ce831a 100644
--- a/net/cert_net/cert_net_fetcher_impl.h
+++ b/net/cert_net/cert_net_fetcher_impl.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_NET_CERT_NET_FETCHER_H_
-#define NET_CERT_NET_CERT_NET_FETCHER_H_
+#ifndef NET_CERT_NET_CERT_NET_FETCHER_IMPL_H_
+#define NET_CERT_NET_CERT_NET_FETCHER_IMPL_H_
#include <memory>
@@ -25,4 +25,4 @@ NET_EXPORT std::unique_ptr<CertNetFetcher> CreateCertNetFetcher(
} // namespace net
-#endif // NET_CERT_NET_CERT_NET_FETCHER_H_
+#endif // NET_CERT_NET_CERT_NET_FETCHER_IMPL_H_
« no previous file with comments | « net/cert/x509_certificate_net_log_param.h ('k') | net/cookies/parsed_cookie.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698