Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(807)

Unified Diff: ui/aura/test/mus/input_method_mus_test_api.h

Issue 2831583005: Enable Config::MUS to use classic IME instead of servicified IME. (Closed)
Patch Set: Fix compile errors in non ChromeOS. Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: ui/aura/test/mus/input_method_mus_test_api.h
diff --git a/ui/aura/test/mus/input_method_mus_test_api.h b/ui/aura/test/mus/input_method_mus_test_api.h
index 6c2fab7240d45e1426ab3b4748b1605009cd542c..2ee938e91c22eb7393d762cb577c5684671e238e 100644
--- a/ui/aura/test/mus/input_method_mus_test_api.h
+++ b/ui/aura/test/mus/input_method_mus_test_api.h
@@ -20,7 +20,7 @@ class InputMethodMusTestApi {
static void CallSendKeyEventToInputMethod(
InputMethodMus* input_method_mus,
const ui::KeyEvent& event,
- std::unique_ptr<InputMethodMus::EventResultCallback> ack_callback) {
+ std::unique_ptr<InputMethodMus::AckCallback> ack_callback) {
input_method_mus->SendKeyEventToInputMethod(event, std::move(ack_callback));
}

Powered by Google App Engine
This is Rietveld 408576698