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

Unified Diff: net/tools/dump_cache/dump_cache.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 | « media/bench/bench.cc ('k') | net/tools/fetch/fetch_client.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/tools/dump_cache/dump_cache.cc
diff --git a/net/tools/dump_cache/dump_cache.cc b/net/tools/dump_cache/dump_cache.cc
index 748bf0fc597b64ecb26631d6fa814729496aa1d0..8a84b91bcf7f6d5f7f1a97940bea8ef6def47ca8 100644
--- a/net/tools/dump_cache/dump_cache.cc
+++ b/net/tools/dump_cache/dump_cache.cc
@@ -57,8 +57,8 @@ const wchar_t kDumpToFiles[] = L"dump-to-files";
const wchar_t kUpgrade[] = L"upgrade";
// Internal use:
-const wchar_t kSlave[] = L"slave";
-const wchar_t kPipe[] = L"pipe";
+const char kSlave[] = "slave";
+const char kPipe[] = "pipe";
int Help() {
printf("warning: input files are modified by this tool\n");
« no previous file with comments | « media/bench/bench.cc ('k') | net/tools/fetch/fetch_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698