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_ |