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

Unified Diff: services/service_manager/runner/host/host_unittests.cc

Issue 2420253002: Rename shell namespace to service_manager (Closed)
Patch Set: . Created 4 years, 2 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/service_manager/runner/host/host_unittests.cc
diff --git a/services/service_manager/runner/host/host_unittests.cc b/services/service_manager/runner/host/host_unittests.cc
index 4f34c76b7b87c8ba33dd8127a7b0821142f7b1f7..2e91efc04e28e585f6e0e47441dfedcaf1f24a5b 100644
--- a/services/service_manager/runner/host/host_unittests.cc
+++ b/services/service_manager/runner/host/host_unittests.cc
@@ -19,12 +19,12 @@ int main(int argc, char** argv) {
const base::CommandLine& command_line =
*base::CommandLine::ForCurrentProcess();
- shell::WaitForDebuggerIfNecessary();
+ service_manager::WaitForDebuggerIfNecessary();
if (command_line.HasSwitch(switches::kChildProcess)) {
base::AtExitManager at_exit;
- return shell::ChildProcessMain();
+ return service_manager::ChildProcessMain();
}
mojo::edk::Init();

Powered by Google App Engine
This is Rietveld 408576698