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

Unified Diff: services/shell/tests/lifecycle/package.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
Index: services/shell/tests/lifecycle/package.cc
diff --git a/mojo/shell/tests/lifecycle/package.cc b/services/shell/tests/lifecycle/package.cc
similarity index 94%
rename from mojo/shell/tests/lifecycle/package.cc
rename to services/shell/tests/lifecycle/package.cc
index 1314008fa3afd53f60a862f446b0848d372b5569..3d6b0113c7c3906234e558d0898e46d4166fb9d9 100644
--- a/mojo/shell/tests/lifecycle/package.cc
+++ b/services/shell/tests/lifecycle/package.cc
@@ -8,11 +8,11 @@
#include "base/macros.h"
#include "mojo/public/c/system/main.h"
#include "mojo/public/cpp/bindings/binding_set.h"
-#include "mojo/shell/public/cpp/application_runner.h"
-#include "mojo/shell/public/cpp/shell_connection.h"
-#include "mojo/shell/public/interfaces/shell_client_factory.mojom.h"
-#include "mojo/shell/tests/lifecycle/app_client.h"
-#include "mojo/shell/tests/lifecycle/lifecycle_unittest.mojom.h"
+#include "services/shell/public/cpp/application_runner.h"
+#include "services/shell/public/cpp/shell_connection.h"
+#include "services/shell/public/interfaces/shell_client_factory.mojom.h"
+#include "services/shell/tests/lifecycle/app_client.h"
+#include "services/shell/tests/lifecycle/lifecycle_unittest.mojom.h"
namespace {

Powered by Google App Engine
This is Rietveld 408576698