| Index: chrome/test/ui/ui_test.cc
|
| diff --git a/chrome/test/ui/ui_test.cc b/chrome/test/ui/ui_test.cc
|
| index d8aae790b918f01d7a832963cb234f27db43126f..96e2628c2c189e1e8ffe6817f9e455579f521960 100644
|
| --- a/chrome/test/ui/ui_test.cc
|
| +++ b/chrome/test/ui/ui_test.cc
|
| @@ -117,8 +117,8 @@ void UITestBase::SetUp() {
|
| // We don't want to reset the ProxyLauncher's state in those cases.
|
| if (!launcher_.get())
|
| launcher_.reset(CreateProxyLauncher());
|
| - launcher_->AssertAppNotRunning(L"Please close any other instances "
|
| - L"of the app before testing.");
|
| + launcher_->AssertAppNotRunning("Please close any other instances "
|
| + "of the app before testing.");
|
|
|
| JavaScriptExecutionController::set_timeout(
|
| TestTimeouts::action_max_timeout_ms());
|
|
|