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

Unified Diff: services/shell/public/cpp/lib/application_test_main.cc

Issue 1882423004: Move shell service to toplevel shell namespace (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 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
Index: services/shell/public/cpp/lib/application_test_main.cc
diff --git a/services/shell/public/cpp/lib/application_test_main.cc b/services/shell/public/cpp/lib/application_test_main.cc
index cc5e94d96a97388b550b71d1d35507f939a901b9..0e0d44d4d06cf1354532bc6f86543e03d2360b79 100644
--- a/services/shell/public/cpp/lib/application_test_main.cc
+++ b/services/shell/public/cpp/lib/application_test_main.cc
@@ -15,9 +15,9 @@ MojoResult MojoMain(MojoHandle handle) {
base::AtExitManager at_exit;
// Initialize the current process Commandline and test timeouts.
- mojo::ApplicationRunner::InitBaseCommandLine();
+ shell::ApplicationRunner::InitBaseCommandLine();
mojo::InitLogging();
TestTimeouts::Initialize();
- return mojo::test::RunAllTests(handle);
+ return shell::test::RunAllTests(handle);
}
« no previous file with comments | « services/shell/public/cpp/lib/application_test_base.cc ('k') | services/shell/public/cpp/lib/capabilities.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698