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

Unified Diff: mojo/runner/shell_test_base.h

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/out_of_process_native_runner.cc ('k') | mojo/runner/shell_test_base.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_
« no previous file with comments | « mojo/runner/out_of_process_native_runner.cc ('k') | mojo/runner/shell_test_base.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698