| 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");
|
|
|