Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(61)

Unified Diff: mojo/runner/shell_test_base_unittest.cc

Issue 1107233002: Move runner stuff into a runner namespace. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 5 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « mojo/runner/shell_test_base_android.cc ('k') | mojo/runner/shell_test_main.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/runner/shell_test_base_unittest.cc
diff --git a/mojo/runner/shell_test_base_unittest.cc b/mojo/runner/shell_test_base_unittest.cc
index d7ae8c75690c9a851214a2195f9520ebdf040a5e..7cd7a03d22bdc0788d9fcaec7b8db909b4ba59a1 100644
--- a/mojo/runner/shell_test_base_unittest.cc
+++ b/mojo/runner/shell_test_base_unittest.cc
@@ -27,7 +27,7 @@ using mojo::test::TestTrackedRequestService;
using mojo::test::TestTrackedRequestServicePtr;
namespace mojo {
-namespace shell {
+namespace runner {
namespace test {
namespace {
@@ -305,5 +305,5 @@ TEST_F(ShellTestBaseTest, ConnectManyClientsAndServices) {
} // namespace
} // namespace test
-} // namespace shell
+} // namespace runner
} // namespace mojo
« no previous file with comments | « mojo/runner/shell_test_base_android.cc ('k') | mojo/runner/shell_test_main.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698