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

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

Issue 1893083002: Change scoped_ptr to std::unique_ptr in //net. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: scopedptr-net-all: iwyu Created 4 years, 8 months 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 <memory>
8 #include <string> 9 #include <string>
9 10
10 #include "base/memory/scoped_ptr.h"
11 #include "net/base/ip_endpoint.h" 11 #include "net/base/ip_endpoint.h"
12 #include "net/quic/quic_session.h" 12 #include "net/quic/quic_session.h"
13 #include "net/tools/quic/quic_dispatcher.h" 13 #include "net/tools/quic/quic_dispatcher.h"
14 #include "net/tools/quic/quic_server.h" 14 #include "net/tools/quic/quic_server.h"
15 #include "net/tools/quic/quic_simple_server_session.h" 15 #include "net/tools/quic/quic_simple_server_session.h"
16 #include "net/tools/quic/quic_simple_server_stream.h" 16 #include "net/tools/quic/quic_simple_server_stream.h"
17 17
18 namespace net { 18 namespace net {
19 19
20 20
(...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after
93 const QuicCryptoServerConfig* crypto_config, 93 const QuicCryptoServerConfig* crypto_config,
94 QuicCompressedCertsCache* compressed_certs_cache); 94 QuicCompressedCertsCache* compressed_certs_cache);
95 }; 95 };
96 96
97 } // namespace test 97 } // namespace test
98 98
99 99
100 } // namespace net 100 } // namespace net
101 101
102 #endif // NET_TOOLS_QUIC_TEST_TOOLS_QUIC_TEST_SERVER_H_ 102 #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