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

Unified Diff: mojo/services/files/c/tests/mojio_impl_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 | « mojo/public/cpp/bindings/tests/versioning_apptest.cc ('k') | mojo/ui/base_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/services/files/c/tests/mojio_impl_test_base.cc
diff --git a/mojo/services/files/c/tests/mojio_impl_test_base.cc b/mojo/services/files/c/tests/mojio_impl_test_base.cc
index b1b998d1bbd03df7739bad2fa65dd50b56efabc0..f169f2f7ebbc5f82c71f8a38568ef28d63890637 100644
--- a/mojo/services/files/c/tests/mojio_impl_test_base.cc
+++ b/mojo/services/files/c/tests/mojio_impl_test_base.cc
@@ -26,8 +26,8 @@ void MojioImplTestBase::SetUp() {
mojo::test::ApplicationTestBase::SetUp();
mojo::files::FilesPtr files_async;
- // TODO(vtl): Fix |ConnectToService()|, etc.
- application_impl()->ConnectToService("mojo:files", &files_async);
+ // TODO(vtl): Fix this.
+ application_impl()->ConnectToServiceDeprecated("mojo:files", &files_async);
auto files = SynchronousInterfacePtr<mojo::files::Files>::Create(
files_async.PassInterfaceHandle());
« no previous file with comments | « mojo/public/cpp/bindings/tests/versioning_apptest.cc ('k') | mojo/ui/base_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698