| Index: mojo/runner/child_process_host.h
|
| diff --git a/mojo/runner/child_process_host.h b/mojo/runner/child_process_host.h
|
| index b0516d5e89aea26f72dd7541a44ad15ba5334b3b..cbc3d644850e9a18f81b91fa965dd4c15e3a2828 100644
|
| --- a/mojo/runner/child_process_host.h
|
| +++ b/mojo/runner/child_process_host.h
|
| @@ -14,7 +14,7 @@
|
| #include "mojo/runner/child_process_host.h"
|
|
|
| namespace mojo {
|
| -namespace shell {
|
| +namespace runner {
|
|
|
| class Context;
|
|
|
| @@ -80,7 +80,7 @@ class ChildProcessHost {
|
| DISALLOW_COPY_AND_ASSIGN(ChildProcessHost);
|
| };
|
|
|
| -} // namespace shell
|
| +} // namespace runner
|
| } // namespace mojo
|
|
|
| #endif // MOJO_RUNNER_CHILD_PROCESS_HOST_H_
|
|
|