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

Unified Diff: services/shell/runner/host/host_unittests.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/runner/host/host_unittests.cc
diff --git a/services/shell/runner/host/host_unittests.cc b/services/shell/runner/host/host_unittests.cc
index 1198a3ed40da2296340357569da4c2285135a5a5..37192107ce9f8447e46e2cf891d45c45178cb349 100644
--- a/services/shell/runner/host/host_unittests.cc
+++ b/services/shell/runner/host/host_unittests.cc
@@ -19,12 +19,12 @@ int main(int argc, char** argv) {
const base::CommandLine& command_line =
*base::CommandLine::ForCurrentProcess();
- mojo::shell::WaitForDebuggerIfNecessary();
+ shell::WaitForDebuggerIfNecessary();
if (command_line.HasSwitch(switches::kChildProcess)) {
base::AtExitManager at_exit;
- return mojo::shell::ChildProcessMain();
+ return shell::ChildProcessMain();
}
mojo::edk::Init();
« no previous file with comments | « services/shell/runner/host/child_process_host_unittest.cc ('k') | services/shell/runner/host/in_process_native_runner.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698