Index: mojo/shell/public/cpp/shell_connection.h |
diff --git a/mojo/shell/public/cpp/shell_connection.h b/mojo/shell/public/cpp/shell_connection.h |
index 7ec245b33b3f0ef327843f0b19e1d30f7eae5b2d..9129f1f159e6ce59eb37ffdd93d1296cc0950e6f 100644 |
--- a/mojo/shell/public/cpp/shell_connection.h |
+++ b/mojo/shell/public/cpp/shell_connection.h |
@@ -66,7 +66,7 @@ class ShellConnection : public shell::mojom::ShellClient { |
uint32_t source_id, |
shell::mojom::InterfaceProviderRequest remote_interfaces, |
shell::mojom::InterfaceProviderPtr local_interfaces, |
- Array<String> allowed_interfaces, |
+ shell::mojom::CapabilitySpecPtr allowed_capabilities, |
const String& name) override; |
void OnConnectionError(); |