summaryrefslogtreecommitdiffstats
path: root/chromium/ash/public/mojom/ime_controller.mojom
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/ash/public/mojom/ime_controller.mojom')
-rw-r--r--chromium/ash/public/mojom/ime_controller.mojom2
1 files changed, 1 insertions, 1 deletions
diff --git a/chromium/ash/public/mojom/ime_controller.mojom b/chromium/ash/public/mojom/ime_controller.mojom
index 9edb3a69b12..ad682e57328 100644
--- a/chromium/ash/public/mojom/ime_controller.mojom
+++ b/chromium/ash/public/mojom/ime_controller.mojom
@@ -12,7 +12,7 @@ import "ui/gfx/geometry/mojom/geometry.mojom";
// Interface for ash client (e.g. Chrome) to send input method info to ash.
interface ImeController {
// Sets the client interface.
- SetClient(ImeControllerClient client);
+ SetClient(pending_remote<ImeControllerClient> client);
// Updates the cached IME information and refreshes the IME menus.
// |current_ime_id| is empty when there is no active IME yet.