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

Unified Diff: net/http/http_log_util.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/http/http_cache_lookup_manager.h ('k') | net/http/http_transaction_test_util.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/http/http_log_util.h
diff --git a/net/http/http_log_util.h b/net/http/http_log_util.h
index 3b8103c2223a5d52d54dd1763dc3415f2ee0b3d5..ead8e7b1bb18ae80e50a5e872610fa3620fd0811 100644
--- a/net/http/http_log_util.h
+++ b/net/http/http_log_util.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_HTTP_HTTP_LOG_UTIL_
-#define NET_HTTP_HTTP_LOG_UTIL_
+#ifndef NET_HTTP_HTTP_LOG_UTIL_H_
+#define NET_HTTP_HTTP_LOG_UTIL_H_
#include <string>
@@ -39,4 +39,4 @@ std::unique_ptr<base::ListValue> ElideSpdyHeaderBlockForNetLog(
} // namespace net
-#endif // NET_HTTP_HTTP_LOG_UTIL_
+#endif // NET_HTTP_HTTP_LOG_UTIL_H_
« no previous file with comments | « net/http/http_cache_lookup_manager.h ('k') | net/http/http_transaction_test_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698