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

Unified Diff: mojo/runner/shell_test_main.cc

Issue 1107233002: Move runner stuff into a runner namespace. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 5 years, 8 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 | « mojo/runner/shell_test_base_unittest.cc ('k') | mojo/runner/task_runners.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/runner/shell_test_main.cc
diff --git a/mojo/runner/shell_test_main.cc b/mojo/runner/shell_test_main.cc
index 2718a2d203ffbed1fea6892f87ce665aff604f9d..a6ec6d1ba80611c121a3f972a205bf226da5fd8c 100644
--- a/mojo/runner/shell_test_main.cc
+++ b/mojo/runner/shell_test_main.cc
@@ -20,7 +20,7 @@ int main(int argc, char** argv) {
if (command_line.HasSwitch(switches::kChildProcess)) {
base::AtExitManager at_exit;
- return mojo::shell::ChildProcessMain();
+ return mojo::runner::ChildProcessMain();
}
base::TestSuite test_suite(argc, argv);
« no previous file with comments | « mojo/runner/shell_test_base_unittest.cc ('k') | mojo/runner/task_runners.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698