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

Unified Diff: services/shell/tests/loader_unittest.cc

Issue 1877753003: Move mojo\shell to services\shell (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@62scan
Patch Set: . Created 4 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 | « services/shell/tests/lifecycle/parent_manifest.json ('k') | services/shell/tests/shell/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/shell/tests/loader_unittest.cc
diff --git a/mojo/shell/tests/loader_unittest.cc b/services/shell/tests/loader_unittest.cc
similarity index 97%
rename from mojo/shell/tests/loader_unittest.cc
rename to services/shell/tests/loader_unittest.cc
index b9c9f272c060cd6a6007e3abebff60a9a6f26f75..776163cfa0cbb4398fb4c448c3449d1c2bc77ec8 100644
--- a/mojo/shell/tests/loader_unittest.cc
+++ b/services/shell/tests/loader_unittest.cc
@@ -13,15 +13,15 @@
#include "mojo/public/cpp/bindings/strong_binding.h"
#include "mojo/services/catalog/factory.h"
#include "mojo/services/catalog/store.h"
-#include "mojo/shell/connect_util.h"
-#include "mojo/shell/loader.h"
-#include "mojo/shell/public/cpp/connector.h"
-#include "mojo/shell/public/cpp/interface_factory.h"
-#include "mojo/shell/public/cpp/shell_client.h"
-#include "mojo/shell/public/cpp/shell_connection.h"
-#include "mojo/shell/public/interfaces/interface_provider.mojom.h"
-#include "mojo/shell/shell.h"
-#include "mojo/shell/tests/test.mojom.h"
+#include "services/shell/connect_util.h"
+#include "services/shell/loader.h"
+#include "services/shell/public/cpp/connector.h"
+#include "services/shell/public/cpp/interface_factory.h"
+#include "services/shell/public/cpp/shell_client.h"
+#include "services/shell/public/cpp/shell_connection.h"
+#include "services/shell/public/interfaces/interface_provider.mojom.h"
+#include "services/shell/shell.h"
+#include "services/shell/tests/test.mojom.h"
#include "testing/gtest/include/gtest/gtest.h"
namespace mojo {
« no previous file with comments | « services/shell/tests/lifecycle/parent_manifest.json ('k') | services/shell/tests/shell/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698