| Index: mojo/runner/child_process_host_unittest.cc
|
| diff --git a/mojo/runner/child_process_host_unittest.cc b/mojo/runner/child_process_host_unittest.cc
|
| index 5e69ec93837cfdcec4f76ebff0a078def123ee15..8a90802eba5894845f1e2ea875c238a682b1a9e3 100644
|
| --- a/mojo/runner/child_process_host_unittest.cc
|
| +++ b/mojo/runner/child_process_host_unittest.cc
|
| @@ -14,7 +14,7 @@
|
| #include "testing/gtest/include/gtest/gtest.h"
|
|
|
| namespace mojo {
|
| -namespace shell {
|
| +namespace runner {
|
| namespace {
|
|
|
| // Subclass just so we can observe |DidStart()|.
|
| @@ -59,5 +59,5 @@ TEST(ChildProcessHostTest, MAYBE_StartJoin) {
|
| }
|
|
|
| } // namespace
|
| -} // namespace shell
|
| +} // namespace runner
|
| } // namespace mojo
|
|
|