| Index: services/service_manager/public/cpp/lib/service_runner.cc
|
| diff --git a/services/shell/public/cpp/lib/service_runner.cc b/services/service_manager/public/cpp/lib/service_runner.cc
|
| similarity index 93%
|
| rename from services/shell/public/cpp/lib/service_runner.cc
|
| rename to services/service_manager/public/cpp/lib/service_runner.cc
|
| index bff97dbe4ec5d31c22417616ec9a4f81656ca532..e7ae7d1063615c2733777bb8cb979e47a6bee1b0 100644
|
| --- a/services/shell/public/cpp/lib/service_runner.cc
|
| +++ b/services/service_manager/public/cpp/lib/service_runner.cc
|
| @@ -2,7 +2,7 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "services/shell/public/cpp/service_runner.h"
|
| +#include "services/service_manager/public/cpp/service_runner.h"
|
|
|
| #include "base/at_exit.h"
|
| #include "base/bind.h"
|
| @@ -10,8 +10,8 @@
|
| #include "base/message_loop/message_loop.h"
|
| #include "base/process/launch.h"
|
| #include "base/run_loop.h"
|
| -#include "services/shell/public/cpp/service.h"
|
| -#include "services/shell/public/cpp/service_context.h"
|
| +#include "services/service_manager/public/cpp/service.h"
|
| +#include "services/service_manager/public/cpp/service_context.h"
|
|
|
| namespace shell {
|
|
|
|
|