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

Unified Diff: services/shell/tests/connect/connect_test_driver.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/connect/connect_test_driver.cc
diff --git a/mojo/shell/tests/connect/connect_test_driver.cc b/services/shell/tests/connect/connect_test_driver.cc
similarity index 87%
rename from mojo/shell/tests/connect/connect_test_driver.cc
rename to services/shell/tests/connect/connect_test_driver.cc
index b1bdce4c554e4e5a1d93648a457834b14973ab55..3c3fcebe165ce71e3a3f64b6723919b4ca3caea9 100644
--- a/mojo/shell/tests/connect/connect_test_driver.cc
+++ b/services/shell/tests/connect/connect_test_driver.cc
@@ -7,13 +7,13 @@
#include "base/macros.h"
#include "base/process/process.h"
#include "mojo/public/cpp/bindings/binding_set.h"
-#include "mojo/shell/public/cpp/connection.h"
-#include "mojo/shell/public/cpp/connector.h"
-#include "mojo/shell/public/cpp/shell_client.h"
-#include "mojo/shell/runner/child/test_native_main.h"
-#include "mojo/shell/runner/init.h"
-#include "mojo/shell/tests/connect/connect_test.mojom.h"
-#include "mojo/shell/tests/util.h"
+#include "services/shell/public/cpp/connection.h"
+#include "services/shell/public/cpp/connector.h"
+#include "services/shell/public/cpp/shell_client.h"
+#include "services/shell/runner/child/test_native_main.h"
+#include "services/shell/runner/init.h"
+#include "services/shell/tests/connect/connect_test.mojom.h"
+#include "services/shell/tests/util.h"
using mojo::shell::test::mojom::ClientProcessTest;
using mojo::shell::test::mojom::ClientProcessTestRequest;

Powered by Google App Engine
This is Rietveld 408576698