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

Unified Diff: base/test/launcher/test_launcher_nacl_nonsfi.cc

Issue 1641513004: Update //base to chromium 9659b08ea5a34f889dc4166217f438095ddc10d2 (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 4 years, 11 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/test/launcher/test_launcher_ios.cc ('k') | base/test/test_pending_task_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/test/launcher/test_launcher_nacl_nonsfi.cc
diff --git a/base/test/launcher/test_launcher_nacl_nonsfi.cc b/base/test/launcher/test_launcher_nacl_nonsfi.cc
index fa526045cddcfb36487d5428d7ed78e7665b9b8b..173e55284da6ad2af8fae500b90d34a58e4559ab 100644
--- a/base/test/launcher/test_launcher_nacl_nonsfi.cc
+++ b/base/test/launcher/test_launcher_nacl_nonsfi.cc
@@ -112,8 +112,8 @@ class NonSfiUnitTestPlatformDelegate : public base::UnitTestPlatformDelegate {
base::CommandLine cmd_line(test_path_);
cmd_line.AppendSwitchPath(
switches::kTestLauncherOutput, output_file);
- cmd_line.AppendSwitchASCII(
- base::kGTestFilterFlag, JoinString(test_names, ":"));
+ cmd_line.AppendSwitchASCII(base::kGTestFilterFlag,
+ base::JoinString(test_names, ":"));
return cmd_line;
}
« no previous file with comments | « base/test/launcher/test_launcher_ios.cc ('k') | base/test/test_pending_task_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698