| 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_
|
|
|