| Index: services/service_manager/background/background_shell_main.cc
|
| diff --git a/services/shell/background/background_shell_main.cc b/services/service_manager/background/background_shell_main.cc
|
| similarity index 80%
|
| rename from services/shell/background/background_shell_main.cc
|
| rename to services/service_manager/background/background_shell_main.cc
|
| index e8d7b21c32f897acaaf254cf7eacb4b234b846c1..d4f55926d44c90a9828ff0c3b89775da49f7924e 100644
|
| --- a/services/shell/background/background_shell_main.cc
|
| +++ b/services/service_manager/background/background_shell_main.cc
|
| @@ -2,15 +2,15 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "services/shell/background/background_shell_main.h"
|
| +#include "services/service_manager/background/background_shell_main.h"
|
|
|
| #include "base/at_exit.h"
|
| #include "base/command_line.h"
|
| #include "base/debug/debugger.h"
|
| #include "base/process/launch.h"
|
| -#include "services/shell/runner/common/switches.h"
|
| -#include "services/shell/runner/host/child_process.h"
|
| -#include "services/shell/runner/init.h"
|
| +#include "services/service_manager/runner/common/switches.h"
|
| +#include "services/service_manager/runner/host/child_process.h"
|
| +#include "services/service_manager/runner/init.h"
|
|
|
| namespace shell {
|
| namespace {
|
|
|