| Index: chrome/tools/crash_service/crash_service.cc
|
| diff --git a/chrome/tools/crash_service/crash_service.cc b/chrome/tools/crash_service/crash_service.cc
|
| index badfd338a348737e558cc251d4ee1bad05e4be68..058c40a42e6567f77e2662bba344c39556f4d71a 100644
|
| --- a/chrome/tools/crash_service/crash_service.cc
|
| +++ b/chrome/tools/crash_service/crash_service.cc
|
| @@ -147,9 +147,9 @@ struct DumpJobInfo {
|
| } // namespace
|
|
|
| // Command line switches:
|
| -const wchar_t CrashService::kMaxReports[] = L"max-reports";
|
| -const wchar_t CrashService::kNoWindow[] = L"no-window";
|
| -const wchar_t CrashService::kReporterTag[]= L"reporter";
|
| +const char CrashService::kMaxReports[] = "max-reports";
|
| +const char CrashService::kNoWindow[] = "no-window";
|
| +const char CrashService::kReporterTag[] = "reporter";
|
|
|
| CrashService::CrashService(const std::wstring& report_dir)
|
| : report_path_(report_dir),
|
|
|