diff options
author | erg@chromium.org <erg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-07-14 18:58:17 +0000 |
---|---|---|
committer | erg@chromium.org <erg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-07-14 18:58:17 +0000 |
commit | 8efa6801b4ee41ab37d2b65fbd823fba242e1adb (patch) | |
tree | bbe71d222b2e2c60a307e5f147af6011b0e6b021 /net/tools | |
parent | f56e69453eced97f31dc23bc72ae883f9e260eee (diff) | |
download | chromium_src-8efa6801b4ee41ab37d2b65fbd823fba242e1adb.zip chromium_src-8efa6801b4ee41ab37d2b65fbd823fba242e1adb.tar.gz chromium_src-8efa6801b4ee41ab37d2b65fbd823fba242e1adb.tar.bz2 |
Revert everything related to the relanding.
Review URL: http://codereview.chromium.org/2982009
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@52367 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net/tools')
-rw-r--r-- | net/tools/fetch/http_listen_socket.cc | 5 | ||||
-rw-r--r-- | net/tools/fetch/http_server_request_info.h | 1 |
2 files changed, 1 insertions, 5 deletions
diff --git a/net/tools/fetch/http_listen_socket.cc b/net/tools/fetch/http_listen_socket.cc index d0d6b97..e135322 100644 --- a/net/tools/fetch/http_listen_socket.cc +++ b/net/tools/fetch/http_listen_socket.cc @@ -2,14 +2,11 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#include "net/tools/fetch/http_listen_socket.h" - -#include <map> - #include "base/compiler_specific.h" #include "base/logging.h" #include "base/message_loop.h" #include "base/string_util.h" +#include "net/tools/fetch/http_listen_socket.h" #include "net/tools/fetch/http_server_request_info.h" #include "net/tools/fetch/http_server_response_info.h" diff --git a/net/tools/fetch/http_server_request_info.h b/net/tools/fetch/http_server_request_info.h index fb45bdb..239d3b9 100644 --- a/net/tools/fetch/http_server_request_info.h +++ b/net/tools/fetch/http_server_request_info.h @@ -5,7 +5,6 @@ #ifndef NET_BASE_TOOLS_HTTP_SERVER_REQUEST_INFO_H_ #define NET_BASE_TOOLS_HTTP_SERVER_REQUEST_INFO_H_ -#include <map> #include <string> #include "net/http/http_request_info.h" |