diff options
author | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-11-11 05:27:26 +0000 |
---|---|---|
committer | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-11-11 05:27:26 +0000 |
commit | 6a60c8cdaeb4bfe2108bdda58e2c094ee453c1bf (patch) | |
tree | 2fa73f7cf39796509c1ae384282c4dd61c7c72d7 /net/server/http_connection.h | |
parent | 4d5b96b229869f27a1ab1bb31e952615ef770e12 (diff) | |
download | chromium_src-6a60c8cdaeb4bfe2108bdda58e2c094ee453c1bf.zip chromium_src-6a60c8cdaeb4bfe2108bdda58e2c094ee453c1bf.tar.gz chromium_src-6a60c8cdaeb4bfe2108bdda58e2c094ee453c1bf.tar.bz2 |
Cleanup: Remove unneeded forward declararations in net.
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/8525020
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@109590 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net/server/http_connection.h')
-rw-r--r-- | net/server/http_connection.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net/server/http_connection.h b/net/server/http_connection.h index 83348b7..e22cb27 100644 --- a/net/server/http_connection.h +++ b/net/server/http_connection.h @@ -15,7 +15,6 @@ namespace net { class HttpServer; -class HttpServerRequestInfo; class ListenSocket; class WebSocket; @@ -51,4 +50,4 @@ class HttpConnection { } // namespace net -#endif // NET_SERVER_HTTP_CONNECTION_H_ +#endif // NET_SERVER_HTTP_CONNECTION_H_ |