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

Unified Diff: services/shell/tests/lifecycle/lifecycle_exe.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
« no previous file with comments | « services/shell/tests/lifecycle/app_client.cc ('k') | services/shell/tests/lifecycle/lifecycle_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/shell/tests/lifecycle/lifecycle_exe.cc
diff --git a/services/shell/tests/lifecycle/lifecycle_exe.cc b/services/shell/tests/lifecycle/lifecycle_exe.cc
index f4d56eae03546f3d20f5034cf30031527c2c6491..4ce73d4d9af68805b70b9d86b243420bd6caf859 100644
--- a/services/shell/tests/lifecycle/lifecycle_exe.cc
+++ b/services/shell/tests/lifecycle/lifecycle_exe.cc
@@ -16,8 +16,8 @@ int main(int argc, char** argv) {
base::AtExitManager at_exit;
base::CommandLine::Init(argc, argv);
- mojo::shell::InitializeLogging();
+ shell::InitializeLogging();
- mojo::shell::test::AppClient client;
- return mojo::shell::TestNativeMain(&client);
+ shell::test::AppClient client;
+ return shell::TestNativeMain(&client);
}
« no previous file with comments | « services/shell/tests/lifecycle/app_client.cc ('k') | services/shell/tests/lifecycle/lifecycle_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698