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

Unified Diff: base/test/perf_test_suite.h

Issue 270062: Use ASCII strings for switch names. (Closed)
Patch Set: victory Created 11 years, 2 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
« no previous file with comments | « base/multiprocess_test.h ('k') | base/test/test_suite.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/test/perf_test_suite.h
diff --git a/base/test/perf_test_suite.h b/base/test/perf_test_suite.h
index 7393544bc2171571383839e27b1fcbbdb86b7b0f..eed3cfc7a92ed20ff7c7e1c5b992312c3f12cb4d 100644
--- a/base/test/perf_test_suite.h
+++ b/base/test/perf_test_suite.h
@@ -24,7 +24,7 @@ class PerfTestSuite : public TestSuite {
// Initialize the perf timer log
FilePath log_path;
std::wstring log_file =
- CommandLine::ForCurrentProcess()->GetSwitchValue(L"log-file");
+ CommandLine::ForCurrentProcess()->GetSwitchValue("log-file");
if (log_file.empty()) {
FilePath exe;
PathService::Get(base::FILE_EXE, &exe);
« no previous file with comments | « base/multiprocess_test.h ('k') | base/test/test_suite.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698