| Index: chrome/browser/chromeos/input_method/mock_input_method_manager.h
|
| diff --git a/chrome/browser/chromeos/input_method/mock_input_method_manager.h b/chrome/browser/chromeos/input_method/mock_input_method_manager.h
|
| index 0ae6933c7b3c32ec80a57bdd908578e3857d8d6a..97d52923d896ead19cd6e3217940af54df92c667 100644
|
| --- a/chrome/browser/chromeos/input_method/mock_input_method_manager.h
|
| +++ b/chrome/browser/chromeos/input_method/mock_input_method_manager.h
|
| @@ -44,7 +44,8 @@ class MockInputMethodManager : public InputMethodManager {
|
| const std::string& id,
|
| const std::string& name,
|
| const std::vector<std::string>& layouts,
|
| - const std::string& language) OVERRIDE;
|
| + const std::string& language,
|
| + InputMethodEngine* instance) OVERRIDE;
|
| virtual void RemoveInputMethodExtension(const std::string& id) OVERRIDE;
|
| virtual bool SwitchToNextInputMethod() OVERRIDE;
|
| virtual bool SwitchToPreviousInputMethod() OVERRIDE;
|
|
|