| Index: services/service_manager/tests/lifecycle/app_client.h
|
| diff --git a/services/shell/tests/lifecycle/app_client.h b/services/service_manager/tests/lifecycle/app_client.h
|
| similarity index 73%
|
| rename from services/shell/tests/lifecycle/app_client.h
|
| rename to services/service_manager/tests/lifecycle/app_client.h
|
| index 55c6a86e0f95d91c39d14eb76f04b83438a5ff5a..f67f8aebdb2e754ca47162f881c824b0e14dfc40 100644
|
| --- a/services/shell/tests/lifecycle/app_client.h
|
| +++ b/services/service_manager/tests/lifecycle/app_client.h
|
| @@ -2,19 +2,19 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef SERVICES_SHELL_TESTS_LIFECYCLE_APP_CLIENT_H_
|
| -#define SERVICES_SHELL_TESTS_LIFECYCLE_APP_CLIENT_H_
|
| +#ifndef SERVICES_SERVICE_MANAGER_TESTS_LIFECYCLE_APP_CLIENT_H_
|
| +#define SERVICES_SERVICE_MANAGER_TESTS_LIFECYCLE_APP_CLIENT_H_
|
|
|
| #include <memory>
|
|
|
| #include "base/bind.h"
|
| #include "base/macros.h"
|
| #include "mojo/public/cpp/bindings/binding_set.h"
|
| -#include "services/shell/public/cpp/interface_factory.h"
|
| -#include "services/shell/public/cpp/service.h"
|
| -#include "services/shell/public/cpp/service_runner.h"
|
| -#include "services/shell/public/interfaces/service.mojom.h"
|
| -#include "services/shell/tests/lifecycle/lifecycle_unittest.mojom.h"
|
| +#include "services/service_manager/public/cpp/interface_factory.h"
|
| +#include "services/service_manager/public/cpp/service.h"
|
| +#include "services/service_manager/public/cpp/service_runner.h"
|
| +#include "services/service_manager/public/interfaces/service.mojom.h"
|
| +#include "services/service_manager/tests/lifecycle/lifecycle_unittest.mojom.h"
|
|
|
| using LifecycleControl = shell::test::mojom::LifecycleControl;
|
| using LifecycleControlRequest = shell::test::mojom::LifecycleControlRequest;
|
| @@ -63,4 +63,4 @@ class AppClient : public Service,
|
| } // namespace test
|
| } // namespace shell
|
|
|
| -#endif // SERVICES_SHELL_TESTS_LIFECYCLE_APP_CLIENT_H_
|
| +#endif // SERVICES_SERVICE_MANAGER_TESTS_LIFECYCLE_APP_CLIENT_H_
|
|
|