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

Unified Diff: ash/magnifier/magnification_controller_unittest.cc

Issue 1177503003: Remove the 2-level input method system & InputMethodBridge. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: nits. Created 5 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 | « no previous file | chrome/browser/chromeos/options/passphrase_textfield.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/magnifier/magnification_controller_unittest.cc
diff --git a/ash/magnifier/magnification_controller_unittest.cc b/ash/magnifier/magnification_controller_unittest.cc
index 20dfb43e0f273082c69b2d98aad5ca8e84fa9847..01a1e842b933ff0680637b945c92556f64c47a37 100644
--- a/ash/magnifier/magnification_controller_unittest.cc
+++ b/ash/magnifier/magnification_controller_unittest.cc
@@ -148,7 +148,7 @@ class MagnificationControllerTest: public test::AshTestBase {
ui::InputMethod* GetInputMethod() {
DCHECK(text_input_view_);
- return text_input_view_->GetWidget()->GetHostInputMethod();
+ return text_input_view_->GetWidget()->GetInputMethod();
}
DISALLOW_COPY_AND_ASSIGN(MagnificationControllerTest);
« no previous file with comments | « no previous file | chrome/browser/chromeos/options/passphrase_textfield.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698