| Index: services/service_manager/standalone/context.h
|
| diff --git a/services/shell/standalone/context.h b/services/service_manager/standalone/context.h
|
| similarity index 88%
|
| rename from services/shell/standalone/context.h
|
| rename to services/service_manager/standalone/context.h
|
| index 4105956bf7400c6b3ed9452f367427a6c03226a0..1f6c6659a0fd2e29208b6553c692074d81a7bb77 100644
|
| --- a/services/shell/standalone/context.h
|
| +++ b/services/service_manager/standalone/context.h
|
| @@ -2,8 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef SERVICES_SHELL_STANDALONE_CONTEXT_H_
|
| -#define SERVICES_SHELL_STANDALONE_CONTEXT_H_
|
| +#ifndef SERVICES_SERVICE_MANAGER_STANDALONE_CONTEXT_H_
|
| +#define SERVICES_SERVICE_MANAGER_STANDALONE_CONTEXT_H_
|
|
|
| #include <memory>
|
|
|
| @@ -13,8 +13,8 @@
|
| #include "base/threading/thread.h"
|
| #include "base/time/time.h"
|
| #include "mojo/edk/embedder/process_delegate.h"
|
| -#include "services/shell/service_manager.h"
|
| -#include "services/shell/standalone/tracer.h"
|
| +#include "services/service_manager/service_manager.h"
|
| +#include "services/service_manager/standalone/tracer.h"
|
|
|
| namespace base {
|
| class SingleThreadTaskRunner;
|
| @@ -82,4 +82,4 @@ class Context : public mojo::edk::ProcessDelegate {
|
|
|
| } // namespace shell
|
|
|
| -#endif // SERVICES_SHELL_STANDALONE_CONTEXT_H_
|
| +#endif // SERVICES_SERVICE_MANAGER_STANDALONE_CONTEXT_H_
|
|
|