Index: mojo/runner/shell_test_base.h |
diff --git a/mojo/shell/shell_test_base.h b/mojo/runner/shell_test_base.h |
similarity index 90% |
rename from mojo/shell/shell_test_base.h |
rename to mojo/runner/shell_test_base.h |
index e119a0a698ccf07f2633348f103fcaea24b0364e..110a58ebc31dd8a231bf1d16b09e9158f8109093 100644 |
--- a/mojo/shell/shell_test_base.h |
+++ b/mojo/runner/shell_test_base.h |
@@ -2,15 +2,15 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#ifndef SHELL_SHELL_TEST_BASE_H_ |
-#define SHELL_SHELL_TEST_BASE_H_ |
+#ifndef MOJO_RUNNER_SHELL_TEST_BASE_H_ |
+#define MOJO_RUNNER_SHELL_TEST_BASE_H_ |
#include <string> |
#include "base/macros.h" |
#include "base/message_loop/message_loop.h" |
#include "mojo/public/cpp/system/core.h" |
-#include "mojo/shell/context.h" |
+#include "mojo/runner/context.h" |
#include "testing/gtest/include/gtest/gtest.h" |
class GURL; |
@@ -56,4 +56,4 @@ class ShellTestBase : public testing::Test { |
} // namespace shell |
} // namespace mojo |
-#endif // SHELL_SHELL_TEST_BASE_H_ |
+#endif // MOJO_RUNNER_SHELL_TEST_BASE_H_ |