| Index: shell/app_child_process.h
|
| diff --git a/mojo/shell/app_child_process.h b/shell/app_child_process.h
|
| similarity index 79%
|
| rename from mojo/shell/app_child_process.h
|
| rename to shell/app_child_process.h
|
| index 5469edaa454efca55d4e36d07f143a587180b652..9f0a0711153dad8acf0f38801503baa1c47dfb00 100644
|
| --- a/mojo/shell/app_child_process.h
|
| +++ b/shell/app_child_process.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_APP_CHILD_PROCESS_H_
|
| -#define MOJO_SHELL_APP_CHILD_PROCESS_H_
|
| +#ifndef SHELL_APP_CHILD_PROCESS_H_
|
| +#define SHELL_APP_CHILD_PROCESS_H_
|
|
|
| #include "base/macros.h"
|
| -#include "mojo/shell/child_process.h"
|
| +#include "shell/child_process.h"
|
|
|
| namespace mojo {
|
| namespace shell {
|
| @@ -27,4 +27,4 @@ class AppChildProcess : public ChildProcess {
|
| } // namespace shell
|
| } // namespace mojo
|
|
|
| -#endif // MOJO_SHELL_APP_CHILD_PROCESS_H_
|
| +#endif // SHELL_APP_CHILD_PROCESS_H_
|
|
|