summaryrefslogtreecommitdiffstats
path: root/chromium/chrome/services/wilco_dtc_supportd/public/mojom
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/chrome/services/wilco_dtc_supportd/public/mojom')
-rw-r--r--chromium/chrome/services/wilco_dtc_supportd/public/mojom/wilco_dtc_supportd.mojom3
1 files changed, 2 insertions, 1 deletions
diff --git a/chromium/chrome/services/wilco_dtc_supportd/public/mojom/wilco_dtc_supportd.mojom b/chromium/chrome/services/wilco_dtc_supportd/public/mojom/wilco_dtc_supportd.mojom
index 1b409d7c566..c1747e9ec94 100644
--- a/chromium/chrome/services/wilco_dtc_supportd/public/mojom/wilco_dtc_supportd.mojom
+++ b/chromium/chrome/services/wilco_dtc_supportd/public/mojom/wilco_dtc_supportd.mojom
@@ -54,7 +54,8 @@ enum WilcoDtcSupportdEvent {
interface WilcoDtcSupportdServiceFactory {
// Returns an interface to WilcoDtcSupportdService in response to the passed
// interface to WilcoDtcSupportdClient.
- GetService@0(WilcoDtcSupportdService& service, WilcoDtcSupportdClient client)
+ GetService@0(pending_receiver<WilcoDtcSupportdService> service,
+ pending_remote<WilcoDtcSupportdClient> client)
=> ();
};