| Index: services/shell/runner/host/child_process_base.h
|
| diff --git a/mojo/shell/runner/host/child_process_base.h b/services/shell/runner/host/child_process_base.h
|
| similarity index 72%
|
| rename from mojo/shell/runner/host/child_process_base.h
|
| rename to services/shell/runner/host/child_process_base.h
|
| index f2d23e5ac74837068d53140f4b62382688881514..a1600cdf42632fa36a28bef8772eddf7f5f1c7d3 100644
|
| --- a/mojo/shell/runner/host/child_process_base.h
|
| +++ b/services/shell/runner/host/child_process_base.h
|
| @@ -2,11 +2,11 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef MOJO_SHELL_RUNNER_HOST_CHILD_PROCESS_BASE_H_
|
| -#define MOJO_SHELL_RUNNER_HOST_CHILD_PROCESS_BASE_H_
|
| +#ifndef SERVICES_SHELL_RUNNER_HOST_CHILD_PROCESS_BASE_H_
|
| +#define SERVICES_SHELL_RUNNER_HOST_CHILD_PROCESS_BASE_H_
|
|
|
| #include "base/callback.h"
|
| -#include "mojo/shell/public/interfaces/shell_client.mojom.h"
|
| +#include "services/shell/public/interfaces/shell_client.mojom.h"
|
|
|
| namespace mojo {
|
| namespace shell {
|
| @@ -20,4 +20,4 @@ void ChildProcessMain(const RunCallback& callback);
|
| } // namespace shell
|
| } // namespace mojo
|
|
|
| -#endif // MOJO_SHELL_RUNNER_HOST_CHILD_PROCESS_BASE_H_
|
| +#endif // SERVICES_SHELL_RUNNER_HOST_CHILD_PROCESS_BASE_H_
|
|
|