| Index: services/native_support/process_test_base.cc
|
| diff --git a/services/native_support/process_test_base.cc b/services/native_support/process_test_base.cc
|
| index 9272f6978966f60811d226b4525eed0e650d7966..08fd0a65ed71f5e839d2f4a9c86b6e221b7da194 100644
|
| --- a/services/native_support/process_test_base.cc
|
| +++ b/services/native_support/process_test_base.cc
|
| @@ -18,8 +18,9 @@ ProcessTestBase::~ProcessTestBase() {}
|
| void ProcessTestBase::SetUp() {
|
| mojo::test::ApplicationTestBase::SetUp();
|
| ProcessPtr process_async;
|
| - // TODO(vtl): Fix |ConnectToService()|.
|
| - application_impl()->ConnectToService("mojo:native_support", &process_async);
|
| + // TODO(vtl): Fix this.
|
| + application_impl()->ConnectToServiceDeprecated("mojo:native_support",
|
| + &process_async);
|
| process_ = SynchronousInterfacePtr<Process>::Create(
|
| process_async.PassInterfaceHandle());
|
| }
|
|
|