| Index: net/tools/fetch/fetch_server.cc
|
| diff --git a/net/tools/fetch/fetch_server.cc b/net/tools/fetch/fetch_server.cc
|
| index 830cd1823e19f5fa16e8c8ccf582ccde276c0383..34c7c834bffa635e29d6cf3c4b9e307847e8384e 100644
|
| --- a/net/tools/fetch/fetch_server.cc
|
| +++ b/net/tools/fetch/fetch_server.cc
|
| @@ -36,7 +36,8 @@ int main(int argc, char**argv) {
|
|
|
| // Do work here.
|
| MessageLoop loop;
|
| - HttpServer server("", 80); // TODO(mbelshe): make port configurable
|
| + HttpServer server(std::string(),
|
| + 80); // TODO(mbelshe): make port configurable
|
| MessageLoop::current()->Run();
|
|
|
| if (parsed_command_line.HasSwitch("stats")) {
|
|
|