summaryrefslogtreecommitdiffstats
path: root/net/websockets
diff options
context:
space:
mode:
authorerg@google.com <erg@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2010-08-11 21:02:35 +0000
committererg@google.com <erg@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2010-08-11 21:02:35 +0000
commit277d5942c22b06bbcc6288a8d60721d5841be014 (patch)
tree75d980a9e5317b52ef6061c5576efd3607f62163 /net/websockets
parent1430561ede1be63543f07085b59ec17112b9b80b (diff)
downloadchromium_src-277d5942c22b06bbcc6288a8d60721d5841be014.zip
chromium_src-277d5942c22b06bbcc6288a8d60721d5841be014.tar.gz
chromium_src-277d5942c22b06bbcc6288a8d60721d5841be014.tar.bz2
FBTF: Start cleaning up net/
url_request.h and http_response_info.h are some of the most included headers from net/ in chrome. Do what forward declaration we can in those headers. BUG=none TEST=none Review URL: http://codereview.chromium.org/3150003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@55780 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net/websockets')
-rw-r--r--net/websockets/websocket_handshake_handler.cc1
-rw-r--r--net/websockets/websocket_handshake_handler_unittest.cc1
2 files changed, 2 insertions, 0 deletions
diff --git a/net/websockets/websocket_handshake_handler.cc b/net/websockets/websocket_handshake_handler.cc
index 5278151..a39fa58 100644
--- a/net/websockets/websocket_handshake_handler.cc
+++ b/net/websockets/websocket_handshake_handler.cc
@@ -8,6 +8,7 @@
#include "base/string_piece.h"
#include "base/string_util.h"
#include "googleurl/src/gurl.h"
+#include "net/http/http_response_headers.h"
#include "net/http/http_util.h"
namespace {
diff --git a/net/websockets/websocket_handshake_handler_unittest.cc b/net/websockets/websocket_handshake_handler_unittest.cc
index 65e0712..fafd77e 100644
--- a/net/websockets/websocket_handshake_handler_unittest.cc
+++ b/net/websockets/websocket_handshake_handler_unittest.cc
@@ -8,6 +8,7 @@
#include "base/basictypes.h"
#include "base/string_util.h"
#include "googleurl/src/gurl.h"
+#include "net/http/http_response_headers.h"
#include "net/http/http_util.h"
#include "net/websockets/websocket_handshake_handler.h"