| Index: net/tools/fetch/fetch_server.cc
|
| diff --git a/net/tools/fetch/fetch_server.cc b/net/tools/fetch/fetch_server.cc
|
| index eab88511ceb0e093fb2d72022b80fe5a627e8e79..085bd4695ae73110e989bb4ff4e7b719150a0393 100644
|
| --- a/net/tools/fetch/fetch_server.cc
|
| +++ b/net/tools/fetch/fetch_server.cc
|
| @@ -39,7 +39,7 @@ int main(int argc, char**argv) {
|
| HttpServer server("", 80); // TODO(mbelshe): make port configurable
|
| MessageLoop::current()->Run();
|
|
|
| - if (parsed_command_line.HasSwitch(L"stats")) {
|
| + if (parsed_command_line.HasSwitch("stats")) {
|
| // Dump the stats table.
|
| printf("<stats>\n");
|
| int counter_max = table.GetMaxCounters();
|
|
|