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

Unified Diff: services/shell/tests/connect/connect_test_app.cc

Issue 2390013002: Rename mojo: to service: (Closed)
Patch Set: . Created 4 years, 2 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/standalone/context.cc ('k') | services/shell/tests/connect/connect_test_app_a_manifest.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/shell/tests/connect/connect_test_app.cc
diff --git a/services/shell/tests/connect/connect_test_app.cc b/services/shell/tests/connect/connect_test_app.cc
index 0c70726580dc6dc0e6707e66e4ab6371cbdeb4bc..50b7887b453e79213ef9c95f4471b50b77f95b1e 100644
--- a/services/shell/tests/connect/connect_test_app.cc
+++ b/services/shell/tests/connect/connect_test_app.cc
@@ -118,7 +118,7 @@ class ConnectTestApp : public Service,
const ConnectToAllowedAppInBlockedPackageCallback& callback) override {
base::RunLoop run_loop;
std::unique_ptr<Connection> connection =
- connector()->Connect("mojo:connect_test_a");
+ connector()->Connect("service:connect_test_a");
connection->SetConnectionLostClosure(
base::Bind(&ConnectTestApp::OnConnectionBlocked,
base::Unretained(this), callback, &run_loop));
@@ -138,7 +138,7 @@ class ConnectTestApp : public Service,
void ConnectToClassInterface(
const ConnectToClassInterfaceCallback& callback) override {
std::unique_ptr<Connection> connection =
- connector()->Connect("mojo:connect_test_class_app");
+ connector()->Connect("service:connect_test_class_app");
test::mojom::ClassInterfacePtr class_interface;
connection->GetInterface(&class_interface);
std::string ping_response;
« no previous file with comments | « services/shell/standalone/context.cc ('k') | services/shell/tests/connect/connect_test_app_a_manifest.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698