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

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

Issue 2945283002: Unify IMEDriver and IMEServer. (Closed)
Patch Set: Addressed feedback. Created 3 years, 6 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
« no previous file with comments | « ui/aura/mus/input_method_mus.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..9e5efd2e1208efda9cc8c1f69bee3762532fc5f9 100644
--- a/ui/aura/test/mus/input_method_mus_test_api.h
+++ b/ui/aura/test/mus/input_method_mus_test_api.h
@@ -26,7 +26,7 @@ class InputMethodMusTestApi {
static void Disable(InputMethodMus* input_method) {
DCHECK(input_method->pending_callbacks_.empty());
- input_method->ime_server_.reset();
+ input_method->ime_driver_.reset();
}
static void CallOnDidChangeFocusedClient(InputMethodMus* input_method,
« no previous file with comments | « ui/aura/mus/input_method_mus.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698