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

Unified Diff: services/http_server/http_server_apptest.cc

Issue 1916233002: Mark ApplicationImpl::ConnectTo{Application,Service}() as deprecated. (Closed) Base URL: https://github.com/domokit/mojo.git@master
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/files/files_test_base.cc ('k') | services/http_server/http_server_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/http_server/http_server_apptest.cc
diff --git a/services/http_server/http_server_apptest.cc b/services/http_server/http_server_apptest.cc
index c27aa35ccafebe592f25b1f769da9a84452de5fc..a48ccf8615de9b8ca3baf9db1896a97cce13b206 100644
--- a/services/http_server/http_server_apptest.cc
+++ b/services/http_server/http_server_apptest.cc
@@ -97,10 +97,10 @@ class HttpServerApplicationTest : public mojo::test::ApplicationTestBase {
void SetUp() override {
ApplicationTestBase::SetUp();
- application_impl()->ConnectToService("mojo:http_server",
- &http_server_factory_);
- application_impl()->ConnectToService("mojo:network_service",
- &network_service_);
+ application_impl()->ConnectToServiceDeprecated("mojo:http_server",
+ &http_server_factory_);
+ application_impl()->ConnectToServiceDeprecated("mojo:network_service",
+ &network_service_);
}
http_server::HttpServerPtr CreateHttpServer();
« no previous file with comments | « services/files/files_test_base.cc ('k') | services/http_server/http_server_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698