diff options
Diffstat (limited to 'mojo/runner/shell_test_base_android.cc')
-rw-r--r-- | mojo/runner/shell_test_base_android.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mojo/runner/shell_test_base_android.cc b/mojo/runner/shell_test_base_android.cc index 83f19ad..ded757b 100644 --- a/mojo/runner/shell_test_base_android.cc +++ b/mojo/runner/shell_test_base_android.cc @@ -13,7 +13,7 @@ #include "url/gurl.h" namespace mojo { -namespace shell { +namespace runner { namespace test { namespace { @@ -43,5 +43,5 @@ void ShellTestBase::SetUpTestApplications() { } } // namespace test -} // namespace shell +} // namespace runner } // namespace mojo |