| Index: services/shell/tests/shell/shell_unittest.cc
|
| diff --git a/services/shell/tests/shell/shell_unittest.cc b/services/shell/tests/shell/shell_unittest.cc
|
| index edb559907995d30ca135acb67c77c2c42de4a635..19f61266426d6f4228c7dea07d79282e353374f6 100644
|
| --- a/services/shell/tests/shell/shell_unittest.cc
|
| +++ b/services/shell/tests/shell/shell_unittest.cc
|
| @@ -39,8 +39,9 @@ class ShellTestClient
|
|
|
| private:
|
| // test::ServiceTestClient:
|
| - bool OnConnect(Connection* connection) override {
|
| - connection->AddInterface<test::mojom::CreateInstanceTest>(this);
|
| + bool OnConnect(const Identity& remote_identity,
|
| + InterfaceRegistry* registry) override {
|
| + registry->AddInterface<test::mojom::CreateInstanceTest>(this);
|
| return true;
|
| }
|
|
|
|
|