| Index: shell/child_process.h
|
| diff --git a/mojo/shell/child_process.h b/shell/child_process.h
|
| similarity index 92%
|
| rename from mojo/shell/child_process.h
|
| rename to shell/child_process.h
|
| index 81780a3f1e43f7c8b49a70c2051fad8385b30a93..2394d5c1c6a1b16330e3dbed99c56c6593b1e11c 100644
|
| --- a/mojo/shell/child_process.h
|
| +++ b/shell/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_CHILD_PROCESS_H_
|
| -#define MOJO_SHELL_CHILD_PROCESS_H_
|
| +#ifndef SHELL_CHILD_PROCESS_H_
|
| +#define SHELL_CHILD_PROCESS_H_
|
|
|
| #include "base/macros.h"
|
| #include "base/memory/scoped_ptr.h"
|
| @@ -54,4 +54,4 @@ class ChildProcess {
|
| } // namespace shell
|
| } // namespace mojo
|
|
|
| -#endif // MOJO_SHELL_CHILD_PROCESS_H_
|
| +#endif // SHELL_CHILD_PROCESS_H_
|
|
|