Index: mojo/runner/shell_test_base.h |
diff --git a/mojo/runner/shell_test_base.h b/mojo/runner/shell_test_base.h |
index 110a58ebc31dd8a231bf1d16b09e9158f8109093..4a93a093624852abbaccb2de5ebf19a433e08fd0 100644 |
--- a/mojo/runner/shell_test_base.h |
+++ b/mojo/runner/shell_test_base.h |
@@ -16,7 +16,7 @@ |
class GURL; |
namespace mojo { |
-namespace shell { |
+namespace runner { |
namespace test { |
class ShellTestBase : public testing::Test { |
@@ -53,7 +53,7 @@ class ShellTestBase : public testing::Test { |
}; |
} // namespace test |
-} // namespace shell |
+} // namespace runner |
} // namespace mojo |
#endif // MOJO_RUNNER_SHELL_TEST_BASE_H_ |