From 2041cf34db4b3b9e43f9c63a57975798c0677ad7 Mon Sep 17 00:00:00 2001 From: "akalin@chromium.org" Date: Fri, 19 Feb 2010 03:15:59 +0000 Subject: Pulled out Callback code into base/callback.h. This is the first step towards redoing the Callback interfaces. Added and removed includes as needed. BUG=35223 TEST=trybots Review URL: http://codereview.chromium.org/646061 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@39419 0039d316-1c4b-4281-b951-d872f2087c98 --- net/socket/ssl_client_socket.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'net/socket/ssl_client_socket.h') diff --git a/net/socket/ssl_client_socket.h b/net/socket/ssl_client_socket.h index 71184bc..f592a1b 100644 --- a/net/socket/ssl_client_socket.h +++ b/net/socket/ssl_client_socket.h @@ -5,6 +5,8 @@ #ifndef NET_SOCKET_SSL_CLIENT_SOCKET_H_ #define NET_SOCKET_SSL_CLIENT_SOCKET_H_ +#include + #include "net/socket/client_socket.h" namespace net { -- cgit v1.1