| Index: services/shell/tests/shell/driver.cc
|
| diff --git a/services/shell/tests/shell/driver.cc b/services/shell/tests/shell/driver.cc
|
| index 42e15411b9898832397af8974931ef0d71470cd6..6155bbcb29f8944c5b80c36c5aa6f967376fbf48 100644
|
| --- a/services/shell/tests/shell/driver.cc
|
| +++ b/services/shell/tests/shell/driver.cc
|
| @@ -108,7 +108,7 @@ class Driver : public shell::Service,
|
| }
|
|
|
| // shell::InterfaceFactory<Driver>:
|
| - void Create(shell::Connection* connection,
|
| + void Create(const shell::Identity& remote_identity,
|
| shell::test::mojom::DriverRequest request) override {
|
| bindings_.AddBinding(this, std::move(request));
|
| }
|
|
|