Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(201)

Unified Diff: net/tools/fetch/http_server.cc

Issue 10161005: Add DefaultListenSocket. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix build on Windows Created 8 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « net/tools/fetch/http_listen_socket.cc ('k') | net/tools/fetch/http_session.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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))) {
« no previous file with comments | « net/tools/fetch/http_listen_socket.cc ('k') | net/tools/fetch/http_session.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698