| Index: services/navigation/navigation.h
|
| diff --git a/services/navigation/navigation.h b/services/navigation/navigation.h
|
| index ded2c7dbf027c329d6c0851783c175cc144870d0..dc214ad1857247f7b77ae8d5d73cb0664f00c435 100644
|
| --- a/services/navigation/navigation.h
|
| +++ b/services/navigation/navigation.h
|
| @@ -33,7 +33,7 @@ class Navigation : public content::ConnectionFilter,
|
| shell::Connector* connector) override;
|
|
|
| // shell::InterfaceFactory<mojom::ViewFactory>:
|
| - void Create(shell::Connection* connection,
|
| + void Create(const shell::Identity& remote_identity,
|
| mojom::ViewFactoryRequest request) override;
|
|
|
| // mojom::ViewFactory:
|
|
|