| Index: mojo/shell/standalone/shell_test_base_unittest.cc
|
| diff --git a/mojo/runner/shell_test_base_unittest.cc b/mojo/shell/standalone/shell_test_base_unittest.cc
|
| similarity index 99%
|
| rename from mojo/runner/shell_test_base_unittest.cc
|
| rename to mojo/shell/standalone/shell_test_base_unittest.cc
|
| index 4be23bc5e55517f2d1d24c7f22ab9bfdaa9089e4..a885de17db908c97a8011fc99270c0f2c998eccb 100644
|
| --- a/mojo/runner/shell_test_base_unittest.cc
|
| +++ b/mojo/shell/standalone/shell_test_base_unittest.cc
|
| @@ -2,7 +2,7 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "mojo/runner/shell_test_base.h"
|
| +#include "mojo/shell/standalone/shell_test_base.h"
|
|
|
| #include <stddef.h>
|
| #include <stdint.h>
|
| @@ -29,7 +29,7 @@ using mojo::test::TestTrackedRequestService;
|
| using mojo::test::TestTrackedRequestServicePtr;
|
|
|
| namespace mojo {
|
| -namespace runner {
|
| +namespace shell {
|
| namespace test {
|
| namespace {
|
|
|
| @@ -293,5 +293,5 @@ TEST_F(ShellTestBaseTest, ConnectManyClientsAndServices) {
|
|
|
| } // namespace
|
| } // namespace test
|
| -} // namespace runner
|
| +} // namespace shell
|
| } // namespace mojo
|
|
|