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

Unified Diff: chrome/test/ui/ui_test.cc

Issue 7519028: Remove some unneeded uses of wstring. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 5 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
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());
« no previous file with comments | « chrome/test/automation/proxy_launcher.cc ('k') | content/browser/renderer_host/media/video_capture_host_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698