| Index: services/shell/runner/host/child_process.h
|
| diff --git a/mojo/shell/runner/host/child_process.h b/services/shell/runner/host/child_process.h
|
| similarity index 65%
|
| rename from mojo/shell/runner/host/child_process.h
|
| rename to services/shell/runner/host/child_process.h
|
| index 2b6b2d25d66b76817dbf24e80cc4b6cc8db6dafc..a7c36540fd3af395f8deda99e1172e5d1f12a1b1 100644
|
| --- a/mojo/shell/runner/host/child_process.h
|
| +++ b/services/shell/runner/host/child_process.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 MOJO_SHELL_RUNNER_HOST_CHILD_PROCESS_H_
|
| -#define MOJO_SHELL_RUNNER_HOST_CHILD_PROCESS_H_
|
| +#ifndef SERVICES_SHELL_RUNNER_HOST_CHILD_PROCESS_H_
|
| +#define SERVICES_SHELL_RUNNER_HOST_CHILD_PROCESS_H_
|
|
|
| namespace mojo {
|
| namespace shell {
|
| @@ -14,4 +14,4 @@ int ChildProcessMain();
|
| } // namespace shell
|
| } // namespace mojo
|
|
|
| -#endif // MOJO_SHELL_RUNNER_HOST_CHILD_PROCESS_H_
|
| +#endif // SERVICES_SHELL_RUNNER_HOST_CHILD_PROCESS_H_
|
|
|