| 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();
|
|
|