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

Unified Diff: shell/shell_test_helper.h

Issue 775343004: Move //mojo/shell to //shell (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years 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 | « shell/shell_test_base_unittest.cc ('k') | shell/shell_test_helper.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: shell/shell_test_helper.h
diff --git a/mojo/shell/shell_test_helper.h b/shell/shell_test_helper.h
similarity index 90%
rename from mojo/shell/shell_test_helper.h
rename to shell/shell_test_helper.h
index 671c3cb06ede0da474daf7940f615a2c6b59d052..2d57bd3456f94fcebe3774933bb6499c5b60841e 100644
--- a/mojo/shell/shell_test_helper.h
+++ b/shell/shell_test_helper.h
@@ -2,14 +2,14 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef MOJO_SHELL_SHELL_TEST_HELPER_
-#define MOJO_SHELL_SHELL_TEST_HELPER_
+#ifndef SHELL_SHELL_TEST_HELPER_H_
+#define SHELL_SHELL_TEST_HELPER_H_
#include "base/macros.h"
#include "base/memory/scoped_ptr.h"
#include "base/run_loop.h"
#include "mojo/application_manager/application_loader.h"
-#include "mojo/shell/context.h"
+#include "shell/context.h"
class GURL;
@@ -52,4 +52,4 @@ class ShellTestHelper {
} // namespace shell
} // namespace mojo
-#endif // MOJO_SHELL_SHELL_TEST_HELPER_
+#endif // SHELL_SHELL_TEST_HELPER_H_
« no previous file with comments | « shell/shell_test_base_unittest.cc ('k') | shell/shell_test_helper.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698