summaryrefslogtreecommitdiff
path: root/chromium/components/arc/mojom/timer.mojom
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/components/arc/mojom/timer.mojom')
-rw-r--r--chromium/components/arc/mojom/timer.mojom2
1 files changed, 1 insertions, 1 deletions
diff --git a/chromium/components/arc/mojom/timer.mojom b/chromium/components/arc/mojom/timer.mojom
index 4d8760e3096..b79b3f4e521 100644
--- a/chromium/components/arc/mojom/timer.mojom
+++ b/chromium/components/arc/mojom/timer.mojom
@@ -50,5 +50,5 @@ interface TimerHost {
// Next method ID: 1
interface TimerInstance {
// Establishes full-duplex communication with the host.
- Init@0(TimerHost host_ptr) => ();
+ Init@0(pending_remote<TimerHost> host_remote) => ();
};