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

Side by Side Diff: net/tools/quic/test_tools/quic_test_client.h

Issue 2547583002: Landing Recent QUIC changes until Fri Nov 18 23:21:04 2016 +0000 (Closed)
Patch Set: Remove explicit HTTP/2 enum usage 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 unified diff | Download patch
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef NET_TOOLS_QUIC_TEST_TOOLS_QUIC_TEST_CLIENT_H_ 5 #ifndef NET_TOOLS_QUIC_TEST_TOOLS_QUIC_TEST_CLIENT_H_
6 #define NET_TOOLS_QUIC_TEST_TOOLS_QUIC_TEST_CLIENT_H_ 6 #define NET_TOOLS_QUIC_TEST_TOOLS_QUIC_TEST_CLIENT_H_
7 7
8 #include <stddef.h> 8 #include <stddef.h>
9 #include <stdint.h> 9 #include <stdint.h>
10 10
11 #include <cstdint> 11 #include <cstdint>
12 #include <memory> 12 #include <memory>
13 #include <string> 13 #include <string>
14 14
15 #include "base/macros.h" 15 #include "base/macros.h"
16 #include "net/quic/core/proto/cached_network_parameters.pb.h" 16 #include "net/quic/core/proto/cached_network_parameters.pb.h"
17 #include "net/quic/core/quic_framer.h" 17 #include "net/quic/core/quic_framer.h"
18 #include "net/quic/core/quic_packet_creator.h" 18 #include "net/quic/core/quic_packet_creator.h"
19 #include "net/quic/core/quic_protocol.h" 19 #include "net/quic/core/quic_packets.h"
20 #include "net/tools/epoll_server/epoll_server.h" 20 #include "net/tools/epoll_server/epoll_server.h"
21 #include "net/tools/quic/quic_client.h" 21 #include "net/tools/quic/quic_client.h"
22 #include "testing/gmock/include/gmock/gmock.h" 22 #include "testing/gmock/include/gmock/gmock.h"
23 23
24 using base::StringPiece; 24 using base::StringPiece;
25 25
26 namespace net { 26 namespace net {
27 27
28 class ProofVerifier; 28 class ProofVerifier;
29 29
(...skipping 316 matching lines...) Expand 10 before | Expand all | Expand 10 after
346 std::string override_sni_; 346 std::string override_sni_;
347 347
348 DISALLOW_COPY_AND_ASSIGN(QuicTestClient); 348 DISALLOW_COPY_AND_ASSIGN(QuicTestClient);
349 }; 349 };
350 350
351 } // namespace test 351 } // namespace test
352 352
353 } // namespace net 353 } // namespace net
354 354
355 #endif // NET_TOOLS_QUIC_TEST_TOOLS_QUIC_TEST_CLIENT_H_ 355 #endif // NET_TOOLS_QUIC_TEST_TOOLS_QUIC_TEST_CLIENT_H_
OLDNEW
« no previous file with comments | « net/tools/quic/test_tools/limited_mtu_test_writer.h ('k') | net/tools/quic/test_tools/quic_test_server.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698