Index: net/tools/fetch/http_server.cc |
diff --git a/net/tools/fetch/http_server.cc b/net/tools/fetch/http_server.cc |
index 3fa416c6c6441b25f78cefc30397a191976d8711..d3293932046fffa8d4106caf0acfb5d21cd7335a 100644 |
--- a/net/tools/fetch/http_server.cc |
+++ b/net/tools/fetch/http_server.cc |
@@ -3,7 +3,6 @@ |
// found in the LICENSE file. |
#include "net/tools/fetch/http_server.h" |
-#include "net/tools/fetch/http_listen_socket.h" |
HttpServer::HttpServer(std::string ip, int port) |
: ALLOW_THIS_IN_INITIALIZER_LIST(session_(new HttpSession(ip, port))) { |