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

Unified Diff: mojo/shell/standalone/shell_test_base.h

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_apptest.cc ('k') | mojo/shell/standalone/shell_test_base_unittest.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.h
diff --git a/mojo/runner/shell_test_base.h b/mojo/shell/standalone/shell_test_base.h
similarity index 86%
rename from mojo/runner/shell_test_base.h
rename to mojo/shell/standalone/shell_test_base.h
index 73343a80d15409fd4410f0f36ee41452bdd288af..254f2f87a0dd3fab3c5508e7a2a3bc0fb0038274 100644
--- a/mojo/runner/shell_test_base.h
+++ b/mojo/shell/standalone/shell_test_base.h
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef MOJO_RUNNER_SHELL_TEST_BASE_H_
-#define MOJO_RUNNER_SHELL_TEST_BASE_H_
+#ifndef MOJO_SHELL_STANDALONE_SHELL_TEST_BASE_H_
+#define MOJO_SHELL_STANDALONE_SHELL_TEST_BASE_H_
#include <string>
@@ -11,13 +11,13 @@
#include "base/message_loop/message_loop.h"
#include "mojo/public/cpp/bindings/interface_ptr_info.h"
#include "mojo/public/cpp/system/core.h"
-#include "mojo/runner/context.h"
+#include "mojo/shell/standalone/context.h"
#include "testing/gtest/include/gtest/gtest.h"
class GURL;
namespace mojo {
-namespace runner {
+namespace shell {
namespace test {
class ShellTestBase : public testing::Test {
@@ -54,7 +54,7 @@ class ShellTestBase : public testing::Test {
};
} // namespace test
-} // namespace runner
+} // namespace shell
} // namespace mojo
-#endif // MOJO_RUNNER_SHELL_TEST_BASE_H_
+#endif // MOJO_SHELL_STANDALONE_SHELL_TEST_BASE_H_
« no previous file with comments | « mojo/shell/standalone/shell_apptest.cc ('k') | mojo/shell/standalone/shell_test_base_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698