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

Side by Side Diff: net/http/http_stream_factory_impl_job.h

Issue 2832973003: Split net/spdy into core and chromium subdirectories. (Closed)
Patch Set: Fix some more build rules. Created 3 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
« no previous file with comments | « net/http/http_stream_factory_impl.cc ('k') | net/http/http_stream_factory_impl_job.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_HTTP_HTTP_STREAM_FACTORY_IMPL_JOB_H_ 5 #ifndef NET_HTTP_HTTP_STREAM_FACTORY_IMPL_JOB_H_
6 #define NET_HTTP_HTTP_STREAM_FACTORY_IMPL_JOB_H_ 6 #define NET_HTTP_HTTP_STREAM_FACTORY_IMPL_JOB_H_
7 7
8 #include <memory> 8 #include <memory>
9 #include <utility> 9 #include <utility>
10 10
(...skipping 10 matching lines...) Expand all
21 #include "net/http/http_request_info.h" 21 #include "net/http/http_request_info.h"
22 #include "net/http/http_stream_factory_impl.h" 22 #include "net/http/http_stream_factory_impl.h"
23 #include "net/log/net_log_with_source.h" 23 #include "net/log/net_log_with_source.h"
24 #include "net/proxy/proxy_server.h" 24 #include "net/proxy/proxy_server.h"
25 #include "net/proxy/proxy_service.h" 25 #include "net/proxy/proxy_service.h"
26 #include "net/quic/chromium/quic_stream_factory.h" 26 #include "net/quic/chromium/quic_stream_factory.h"
27 #include "net/socket/client_socket_handle.h" 27 #include "net/socket/client_socket_handle.h"
28 #include "net/socket/client_socket_pool_manager.h" 28 #include "net/socket/client_socket_pool_manager.h"
29 #include "net/socket/next_proto.h" 29 #include "net/socket/next_proto.h"
30 #include "net/socket/ssl_client_socket.h" 30 #include "net/socket/ssl_client_socket.h"
31 #include "net/spdy/spdy_session_key.h" 31 #include "net/spdy/chromium/spdy_session_key.h"
32 #include "net/ssl/ssl_config_service.h" 32 #include "net/ssl/ssl_config_service.h"
33 33
34 namespace net { 34 namespace net {
35 35
36 class ClientSocketHandle; 36 class ClientSocketHandle;
37 class HttpAuthController; 37 class HttpAuthController;
38 class HttpNetworkSession; 38 class HttpNetworkSession;
39 class HttpStream; 39 class HttpStream;
40 class SpdySessionPool; 40 class SpdySessionPool;
41 class NetLog; 41 class NetLog;
(...skipping 499 matching lines...) Expand 10 before | Expand all | Expand 10 after
541 const SSLConfig& proxy_ssl_config, 541 const SSLConfig& proxy_ssl_config,
542 HostPortPair destination, 542 HostPortPair destination,
543 GURL origin_url, 543 GURL origin_url,
544 bool enable_ip_based_pooling, 544 bool enable_ip_based_pooling,
545 NetLog* net_log) = 0; 545 NetLog* net_log) = 0;
546 }; 546 };
547 547
548 } // namespace net 548 } // namespace net
549 549
550 #endif // NET_HTTP_HTTP_STREAM_FACTORY_IMPL_JOB_H_ 550 #endif // NET_HTTP_HTTP_STREAM_FACTORY_IMPL_JOB_H_
OLDNEW
« no previous file with comments | « net/http/http_stream_factory_impl.cc ('k') | net/http/http_stream_factory_impl_job.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698