| Index: examples/apptest/example_apptest.cc
|
| diff --git a/examples/apptest/example_apptest.cc b/examples/apptest/example_apptest.cc
|
| index 3b760c5f919d3603948f6a15db72b09e8048e694..13e16584aa86b6d012ad3868487eb52b59b21b47 100644
|
| --- a/examples/apptest/example_apptest.cc
|
| +++ b/examples/apptest/example_apptest.cc
|
| @@ -23,8 +23,8 @@ class ExampleApplicationTest : public test::ApplicationTestBase {
|
| void SetUp() override {
|
| ApplicationTestBase::SetUp();
|
|
|
| - application_impl()->ConnectToService("mojo:example_service",
|
| - &example_service_);
|
| + application_impl()->ConnectToServiceDeprecated("mojo:example_service",
|
| + &example_service_);
|
| }
|
|
|
| ExampleServicePtr example_service_;
|
|
|