Index: chromeos/ime/input_method_manager.h |
diff --git a/chromeos/ime/input_method_manager.h b/chromeos/ime/input_method_manager.h |
index c7b64778df7c125e60b23f8215660b9bbb73a24b..b04e032c282bdb28c07cda10fa73688858d7ebe5 100644 |
--- a/chromeos/ime/input_method_manager.h |
+++ b/chromeos/ime/input_method_manager.h |
@@ -177,7 +177,7 @@ class CHROMEOS_EXPORT InputMethodManager { |
virtual ComponentExtensionIMEManager* GetComponentExtensionIMEManager() = 0; |
// Switches the current input method (or keyboard layout) to the next one. |
- virtual bool SwitchToNextInputMethod() = 0; |
+ virtual void SwitchToNextInputMethod() = 0; |
// Switches the current input method (or keyboard layout) to the previous one. |
virtual bool SwitchToPreviousInputMethod( |