summaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorwtc@chromium.org <wtc@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-02-09 20:03:06 +0000
committerwtc@chromium.org <wtc@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-02-09 20:03:06 +0000
commitea7c380758e8825f45ea6c803326e5954fb1cb6c (patch)
treebf338ee2c36ea342efc62cc852d02767522c560b /net
parent4ad1096f096760154a7c9bbaa6a1ab95cedfb2bf (diff)
downloadchromium_src-ea7c380758e8825f45ea6c803326e5954fb1cb6c.zip
chromium_src-ea7c380758e8825f45ea6c803326e5954fb1cb6c.tar.gz
chromium_src-ea7c380758e8825f45ea6c803326e5954fb1cb6c.tar.bz2
Include completion_callback.h instead of client_socket_handle.h.
This header doesn't use anything from client_socket_handle.h. R=vandebo BUG=none TEST=No compilation errors. Review URL: http://codereview.chromium.org/579015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@38492 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net')
-rw-r--r--net/http/http_stream.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/http/http_stream.h b/net/http/http_stream.h
index 49651dd..183aee1 100644
--- a/net/http/http_stream.h
+++ b/net/http/http_stream.h
@@ -13,7 +13,7 @@
#include <string>
#include "base/basictypes.h"
-#include "net/socket/client_socket_handle.h"
+#include "net/base/completion_callback.h"
namespace net {