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

Unified Diff: net/quic/core/quic_sustained_bandwidth_recorder.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/quic/chromium/mock_quic_data.h ('k') | net/quic/platform/impl/quic_export_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/quic/core/quic_sustained_bandwidth_recorder.h
diff --git a/net/quic/core/quic_sustained_bandwidth_recorder.h b/net/quic/core/quic_sustained_bandwidth_recorder.h
index ec25dd421718bf1a6b4d6cb03493cf22383d10c0..fcc92c551ee470106d6fb55b93b2ff7cc9a67593 100644
--- a/net/quic/core/quic_sustained_bandwidth_recorder.h
+++ b/net/quic/core/quic_sustained_bandwidth_recorder.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_QUIC_QUIC_SUSTAINED_BANDWIDTH_RECORDER_H_
-#define NET_QUIC_QUIC_SUSTAINED_BANDWIDTH_RECORDER_H_
+#ifndef NET_QUIC_CORE_QUIC_SUSTAINED_BANDWIDTH_RECORDER_H_
+#define NET_QUIC_CORE_QUIC_SUSTAINED_BANDWIDTH_RECORDER_H_
#include <stdint.h>
@@ -91,4 +91,4 @@ class QUIC_EXPORT_PRIVATE QuicSustainedBandwidthRecorder {
} // namespace net
-#endif // NET_QUIC_QUIC_SUSTAINED_BANDWIDTH_RECORDER_H_
+#endif // NET_QUIC_CORE_QUIC_SUSTAINED_BANDWIDTH_RECORDER_H_
« no previous file with comments | « net/quic/chromium/mock_quic_data.h ('k') | net/quic/platform/impl/quic_export_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698