| Index: ios/web/webui/mojo_facade_unittest.mm
|
| diff --git a/ios/web/webui/mojo_facade_unittest.mm b/ios/web/webui/mojo_facade_unittest.mm
|
| index 4a404c3c424964808b6ff1f9940cf6c4e10a96c6..e2ffab7684b69bf4350899126a2ad015ac44a3dc 100644
|
| --- a/ios/web/webui/mojo_facade_unittest.mm
|
| +++ b/ios/web/webui/mojo_facade_unittest.mm
|
| @@ -15,6 +15,7 @@
|
| #import "ios/web/public/web_state/js/crw_js_injection_evaluator.h"
|
| #include "ios/web/test/mojo_test.mojom.h"
|
| #include "mojo/public/cpp/bindings/binding_set.h"
|
| +#include "services/shell/public/cpp/identity.h"
|
| #include "services/shell/public/cpp/interface_factory.h"
|
| #include "services/shell/public/cpp/interface_registry.h"
|
| #import "testing/gtest_mac.h"
|
| @@ -50,7 +51,7 @@ class TestUIHandlerFactory : public shell::InterfaceFactory<TestUIHandlerMojo> {
|
|
|
| private:
|
| // shell::InterfaceFactory overrides.
|
| - void Create(shell::Connection* connection,
|
| + void Create(const shell::Identity& remote_identity,
|
| mojo::InterfaceRequest<TestUIHandlerMojo> request) override {}
|
| };
|
|
|
|
|