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 23495433387b15917ad7d2902441216142ce8113..034469d45276ce1f7323eec3b4ebf536917ac575 100644 |
--- a/mojo/shell/public/cpp/lib/application_test_base.cc |
+++ b/mojo/shell/public/cpp/lib/application_test_base.cc |
@@ -53,8 +53,8 @@ class ShellGrabber : public shell::mojom::ShellClient { |
void AcceptConnection(const String& requestor_url, |
uint32_t requestor_id, |
- InterfaceRequest<ServiceProvider> services, |
- ServiceProviderPtr exposed_services, |
+ InterfaceRequest<InterfaceProvider> local_interfaces, |
+ InterfaceProviderPtr remote_interfaces, |
Array<String> allowed_interfaces, |
const String& url) override { |
MOJO_CHECK(false); |