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

Unified Diff: mojo/shell/standalone/shell_test_base_unittest.cc

Issue 1630823002: Move mojo/runner to mojo/shell/standalone (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 4 years, 11 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/shell/standalone/shell_test_base.h ('k') | mojo/shell/standalone/shell_test_main.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « mojo/shell/standalone/shell_test_base.h ('k') | mojo/shell/standalone/shell_test_main.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698