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

Unified Diff: net/quic/chromium/mock_quic_data.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/crypto/channel_id_chromium.h ('k') | net/quic/core/quic_sustained_bandwidth_recorder.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/quic/chromium/mock_quic_data.h
diff --git a/net/quic/chromium/mock_quic_data.h b/net/quic/chromium/mock_quic_data.h
index 69eab08e53f17941749b95d14a37f98dd249d2e9..c58ce2e210b478d08b9d0efd7b7b29417f2e557d 100644
--- a/net/quic/chromium/mock_quic_data.h
+++ b/net/quic/chromium/mock_quic_data.h
@@ -2,6 +2,9 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
+#ifndef NET_QUIC_CHROMIUM_MOCK_QUIC_DATA_H_
+#define NET_QUIC_CHROMIUM_MOCK_QUIC_DATA_H_
+
#include "net/quic/core/quic_packets.h"
#include "net/socket/socket_test_util.h"
@@ -62,3 +65,5 @@ class MockQuicData {
} // namespace test
} // namespace net
+
+#endif // NET_QUIC_CHROMIUM_MOCK_QUIC_DATA_H_
« no previous file with comments | « net/quic/chromium/crypto/channel_id_chromium.h ('k') | net/quic/core/quic_sustained_bandwidth_recorder.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698