| 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());
|
|
|
|
|