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

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

Issue 270062: Use ASCII strings for switch names. (Closed)
Patch Set: victory Created 11 years, 2 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/fetch_client.cc ('k') | o3d/converter/cross/converter_main.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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();
« no previous file with comments | « net/tools/fetch/fetch_client.cc ('k') | o3d/converter/cross/converter_main.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698