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

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

Issue 1535363003: Switch to standard integer types in net/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: stddef Created 5 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) 2015 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2015 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_SERVER_H_ 5 #ifndef NET_TOOLS_QUIC_TEST_TOOLS_QUIC_TEST_SERVER_H_
6 #define NET_TOOLS_QUIC_TEST_TOOLS_QUIC_TEST_SERVER_H_ 6 #define NET_TOOLS_QUIC_TEST_TOOLS_QUIC_TEST_SERVER_H_
7 7
8 #include <string> 8 #include <string>
9 9
10 #include "base/basictypes.h"
11 #include "base/memory/scoped_ptr.h" 10 #include "base/memory/scoped_ptr.h"
12 #include "net/base/ip_endpoint.h" 11 #include "net/base/ip_endpoint.h"
13 #include "net/quic/quic_session.h" 12 #include "net/quic/quic_session.h"
14 #include "net/tools/quic/quic_dispatcher.h" 13 #include "net/tools/quic/quic_dispatcher.h"
15 #include "net/tools/quic/quic_server.h" 14 #include "net/tools/quic/quic_server.h"
16 #include "net/tools/quic/quic_simple_server_stream.h" 15 #include "net/tools/quic/quic_simple_server_stream.h"
17 16
18 namespace net { 17 namespace net {
19 18
20 namespace tools { 19 namespace tools {
(...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after
93 const QuicCryptoServerConfig* crypto_config); 92 const QuicCryptoServerConfig* crypto_config);
94 }; 93 };
95 94
96 } // namespace test 95 } // namespace test
97 96
98 } // namespace tools 97 } // namespace tools
99 98
100 } // namespace net 99 } // namespace net
101 100
102 #endif // NET_TOOLS_QUIC_TEST_TOOLS_QUIC_TEST_SERVER_H_ 101 #endif // NET_TOOLS_QUIC_TEST_TOOLS_QUIC_TEST_SERVER_H_
OLDNEW
« no previous file with comments | « net/tools/quic/test_tools/quic_test_client.cc ('k') | net/tools/quic/test_tools/server_thread.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698