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

Unified Diff: services/files/files_test_base.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/debugger/debugger.cc ('k') | services/http_server/http_server_apptest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/files/files_test_base.cc
diff --git a/services/files/files_test_base.cc b/services/files/files_test_base.cc
index bf52e6a8887852f41887155d51caea9c01a1594a..e1826f11317351542230494e223865c223ddd736 100644
--- a/services/files/files_test_base.cc
+++ b/services/files/files_test_base.cc
@@ -17,9 +17,9 @@ FilesTestBase::~FilesTestBase() {}
void FilesTestBase::SetUp() {
test::ApplicationTestBase::SetUp();
- // TODO(vtl): Fix |ConnectToService()|.
+ // TODO(vtl): Fix this.
FilesPtr files_async;
- application_impl()->ConnectToService("mojo:files", &files_async);
+ application_impl()->ConnectToServiceDeprecated("mojo:files", &files_async);
files_ =
SynchronousInterfacePtr<Files>::Create(files_async.PassInterfaceHandle());
}
« no previous file with comments | « services/debugger/debugger.cc ('k') | services/http_server/http_server_apptest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698