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

Unified Diff: services/shell/background/tests/test_service.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/background/tests/test_catalog_store.cc ('k') | services/shell/connect_params.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/shell/background/tests/test_service.cc
diff --git a/mojo/shell/background/tests/test_service.cc b/services/shell/background/tests/test_service.cc
similarity index 85%
rename from mojo/shell/background/tests/test_service.cc
rename to services/shell/background/tests/test_service.cc
index e69640d6fd92a7dd43689fe7df033d516dc2f1a4..d6c042bcc02b12bbac06cd4b7dd74aac3b5f68a1 100644
--- a/mojo/shell/background/tests/test_service.cc
+++ b/services/shell/background/tests/test_service.cc
@@ -4,10 +4,10 @@
#include "mojo/public/c/system/main.h"
#include "mojo/public/cpp/bindings/binding_set.h"
-#include "mojo/shell/background/tests/test.mojom.h"
-#include "mojo/shell/public/cpp/application_runner.h"
-#include "mojo/shell/public/cpp/connection.h"
-#include "mojo/shell/public/cpp/shell_client.h"
+#include "services/shell/background/tests/test.mojom.h"
+#include "services/shell/public/cpp/application_runner.h"
+#include "services/shell/public/cpp/connection.h"
+#include "services/shell/public/cpp/shell_client.h"
namespace mojo {
namespace shell {
« no previous file with comments | « services/shell/background/tests/test_catalog_store.cc ('k') | services/shell/connect_params.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698