| Index: shell/test_child_process.h
|
| diff --git a/mojo/shell/test_child_process.h b/shell/test_child_process.h
|
| similarity index 74%
|
| rename from mojo/shell/test_child_process.h
|
| rename to shell/test_child_process.h
|
| index 5b3c9dd455a173e717886c1eb82f24eeb09fcf57..006774b08e863fe3fa3d31b9edada3c197e0f753 100644
|
| --- a/mojo/shell/test_child_process.h
|
| +++ b/shell/test_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_TEST_CHILD_PROCESS_H_
|
| -#define MOJO_SHELL_TEST_CHILD_PROCESS_H_
|
| +#ifndef SHELL_TEST_CHILD_PROCESS_H_
|
| +#define SHELL_TEST_CHILD_PROCESS_H_
|
|
|
| #include "base/macros.h"
|
| -#include "mojo/shell/child_process.h"
|
| +#include "shell/child_process.h"
|
|
|
| namespace mojo {
|
| namespace shell {
|
| @@ -25,4 +25,4 @@ class TestChildProcess : public ChildProcess {
|
| } // namespace shell
|
| } // namespace mojo
|
|
|
| -#endif // MOJO_SHELL_TEST_CHILD_PROCESS_H_
|
| +#endif // SHELL_TEST_CHILD_PROCESS_H_
|
|
|