Index: chrome/browser/chromeos/input_method/input_method_manager.cc |
diff --git a/chrome/browser/chromeos/input_method/input_method_manager.cc b/chrome/browser/chromeos/input_method/input_method_manager.cc |
index fe7d4c71ae16f8454534846eadafef66ec461f0c..ea489f9f3eb63ca5b544c33ac7c501e804232209 100644 |
--- a/chrome/browser/chromeos/input_method/input_method_manager.cc |
+++ b/chrome/browser/chromeos/input_method/input_method_manager.cc |
@@ -697,7 +697,7 @@ class InputMethodManagerImpl : public HotkeyManager::Observer, |
const size_t num_active_input_methods = GetNumActiveInputMethods(); |
FOR_EACH_OBSERVER(InputMethodManager::Observer, observers_, |
ActiveInputMethodsChanged(this, |
- current_input_method_, |
+ current_input_method(), |
num_active_input_methods)); |
} |
} |