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

Unified Diff: mojo/runner/shell_test_base.h

Issue 1091513005: Separate mojo/shell into a runner and the application manager (shell) (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/shell_apptest.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/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_
« no previous file with comments | « mojo/runner/shell_apptest.cc ('k') | mojo/runner/shell_test_base.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698