summaryrefslogtreecommitdiffstats
path: root/net/tools/fetch/fetch_server.cc
diff options
context:
space:
mode:
Diffstat (limited to 'net/tools/fetch/fetch_server.cc')
-rw-r--r--net/tools/fetch/fetch_server.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/net/tools/fetch/fetch_server.cc b/net/tools/fetch/fetch_server.cc
index 34c7c83..830cd18 100644
--- a/net/tools/fetch/fetch_server.cc
+++ b/net/tools/fetch/fetch_server.cc
@@ -36,8 +36,7 @@ int main(int argc, char**argv) {
// Do work here.
MessageLoop loop;
- HttpServer server(std::string(),
- 80); // TODO(mbelshe): make port configurable
+ HttpServer server("", 80); // TODO(mbelshe): make port configurable
MessageLoop::current()->Run();
if (parsed_command_line.HasSwitch("stats")) {