| Index: mojo/shell/public/cpp/lib/application_test_base.cc
|
| diff --git a/mojo/shell/public/cpp/lib/application_test_base.cc b/mojo/shell/public/cpp/lib/application_test_base.cc
|
| index 034469d45276ce1f7323eec3b4ebf536917ac575..7a8fec7b378a0d86f484434406f145ae96166902 100644
|
| --- a/mojo/shell/public/cpp/lib/application_test_base.cc
|
| +++ b/mojo/shell/public/cpp/lib/application_test_base.cc
|
| @@ -51,12 +51,13 @@ class ShellGrabber : public shell::mojom::ShellClient {
|
| g_shell = std::move(shell);
|
| }
|
|
|
| - void AcceptConnection(const String& requestor_url,
|
| - uint32_t requestor_id,
|
| - InterfaceRequest<InterfaceProvider> local_interfaces,
|
| - InterfaceProviderPtr remote_interfaces,
|
| - Array<String> allowed_interfaces,
|
| - const String& url) override {
|
| + void AcceptConnection(
|
| + const String& requestor_url,
|
| + uint32_t requestor_id,
|
| + shell::mojom::InterfaceProviderRequest local_interfaces,
|
| + shell::mojom::InterfaceProviderPtr remote_interfaces,
|
| + Array<String> allowed_interfaces,
|
| + const String& url) override {
|
| MOJO_CHECK(false);
|
| }
|
|
|
|
|