| Index: base/test/test_suite.h
|
| diff --git a/base/test/test_suite.h b/base/test/test_suite.h
|
| index 1203904585fc6d36dc1d0050e4a554e84c589eda..da8b9660a9d2ff4ce3d365a88c547cb3b771d0f7 100644
|
| --- a/base/test/test_suite.h
|
| +++ b/base/test/test_suite.h
|
| @@ -210,7 +210,7 @@ class TestSuite {
|
|
|
| // In some cases, we do not want to see standard error dialogs.
|
| if (!IsDebuggerPresent() &&
|
| - !CommandLine::ForCurrentProcess()->HasSwitch(L"show-error-dialogs")) {
|
| + !CommandLine::ForCurrentProcess()->HasSwitch("show-error-dialogs")) {
|
| SuppressErrorDialogs();
|
| #if !defined(PURIFY)
|
| // When the code in this file moved around, bug 6436 resurfaced.
|
|
|