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

Side by Side Diff: net/quic/chromium/quic_crypto_client_stream_factory.h

Issue 2565563002: Move various Chromium QUIC files to net/quic/chromium where they belong (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 unified diff | Download patch
OLDNEW
1 // Copyright (c) 2013 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2013 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_QUIC_QUIC_CRYPTO_CLIENT_STREAM_FACTORY_H_ 5 #ifndef NET_QUIC_CHROMIUM_QUIC_CRYPTO_CLIENT_STREAM_FACTORY_H_
6 #define NET_QUIC_QUIC_CRYPTO_CLIENT_STREAM_FACTORY_H_ 6 #define NET_QUIC_CHROMIUM_QUIC_CRYPTO_CLIENT_STREAM_FACTORY_H_
7 7
8 #include <memory> 8 #include <memory>
9 #include <string> 9 #include <string>
10 10
11 #include "net/base/net_export.h" 11 #include "net/base/net_export.h"
12 #include "net/quic/core/quic_server_id.h" 12 #include "net/quic/core/quic_server_id.h"
13 13
14 namespace net { 14 namespace net {
15 15
16 class ProofVerifyContext; 16 class ProofVerifyContext;
(...skipping 11 matching lines...) Expand all
28 const QuicServerId& server_id, 28 const QuicServerId& server_id,
29 QuicChromiumClientSession* session, 29 QuicChromiumClientSession* session,
30 std::unique_ptr<ProofVerifyContext> proof_verify_context, 30 std::unique_ptr<ProofVerifyContext> proof_verify_context,
31 QuicCryptoClientConfig* crypto_config) = 0; 31 QuicCryptoClientConfig* crypto_config) = 0;
32 32
33 static QuicCryptoClientStreamFactory* GetDefaultFactory(); 33 static QuicCryptoClientStreamFactory* GetDefaultFactory();
34 }; 34 };
35 35
36 } // namespace net 36 } // namespace net
37 37
38 #endif // NET_QUIC_QUIC_CRYPTO_CLIENT_STREAM_FACTORY_H_ 38 #endif // NET_QUIC_CHROMIUM_QUIC_CRYPTO_CLIENT_STREAM_FACTORY_H_
OLDNEW
« no previous file with comments | « net/quic/chromium/quic_chromium_client_stream.cc ('k') | net/quic/chromium/quic_crypto_client_stream_factory.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698