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

Side by Side Diff: net/socket/client_socket_factory.h

Issue 144009: Move socket related files from net/base to net/socket. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 6 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 | Annotate | Revision Log
« no previous file with comments | « net/socket/client_socket.cc ('k') | net/socket/client_socket_factory.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) 2006-2008 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2006-2008 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_BASE_CLIENT_SOCKET_FACTORY_H_ 5 #ifndef NET_SOCKET_CLIENT_SOCKET_FACTORY_H_
6 #define NET_BASE_CLIENT_SOCKET_FACTORY_H_ 6 #define NET_SOCKET_CLIENT_SOCKET_FACTORY_H_
7 7
8 #include <string> 8 #include <string>
9 9
10 namespace net { 10 namespace net {
11 11
12 class AddressList; 12 class AddressList;
13 class ClientSocket; 13 class ClientSocket;
14 class SSLClientSocket; 14 class SSLClientSocket;
15 struct SSLConfig; 15 struct SSLConfig;
16 16
(...skipping 10 matching lines...) Expand all
27 ClientSocket* transport_socket, 27 ClientSocket* transport_socket,
28 const std::string& hostname, 28 const std::string& hostname,
29 const SSLConfig& ssl_config) = 0; 29 const SSLConfig& ssl_config) = 0;
30 30
31 // Returns the default ClientSocketFactory. 31 // Returns the default ClientSocketFactory.
32 static ClientSocketFactory* GetDefaultFactory(); 32 static ClientSocketFactory* GetDefaultFactory();
33 }; 33 };
34 34
35 } // namespace net 35 } // namespace net
36 36
37 #endif // NET_BASE_CLIENT_SOCKET_FACTORY_H_ 37 #endif // NET_SOCKET_CLIENT_SOCKET_FACTORY_H_
OLDNEW
« no previous file with comments | « net/socket/client_socket.cc ('k') | net/socket/client_socket_factory.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698