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

Unified Diff: net/log/write_to_file_net_log_observer.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/log/bounded_file_net_log_observer.h ('k') | net/nqe/cached_network_quality.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/log/write_to_file_net_log_observer.h
diff --git a/net/log/write_to_file_net_log_observer.h b/net/log/write_to_file_net_log_observer.h
index 35d17fa718ec394ba1276000e78d5541c42f2b25..2ef4189f2ff99ad60033a49fb1b88bfeb3fb791e 100644
--- a/net/log/write_to_file_net_log_observer.h
+++ b/net/log/write_to_file_net_log_observer.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 WRITE_TO_FILE_NET_LOG_OBSERVER_H_
-#define WRITE_TO_FILE_NET_LOG_OBSERVER_H_
+#ifndef NET_LOG_WRITE_TO_FILE_NET_LOG_OBSERVER_H_
+#define NET_LOG_WRITE_TO_FILE_NET_LOG_OBSERVER_H_
#include <stdio.h>
@@ -90,4 +90,4 @@ class NET_EXPORT WriteToFileNetLogObserver : public NetLog::ThreadSafeObserver {
} // namespace net
-#endif // WRITE_TO_FILE_NET_LOG_OBSERVER_H_
+#endif // NET_LOG_WRITE_TO_FILE_NET_LOG_OBSERVER_H_
« no previous file with comments | « net/log/bounded_file_net_log_observer.h ('k') | net/nqe/cached_network_quality.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698