| Index: chrome/browser/chromeos/input_method/mock_input_method_manager.cc
|
| diff --git a/chrome/browser/chromeos/input_method/mock_input_method_manager.cc b/chrome/browser/chromeos/input_method/mock_input_method_manager.cc
|
| index c042daa04abb32dd33e513cafccccb06dc4f3c3b..a0adad72b99699147c854c121271dace15737a7a 100644
|
| --- a/chrome/browser/chromeos/input_method/mock_input_method_manager.cc
|
| +++ b/chrome/browser/chromeos/input_method/mock_input_method_manager.cc
|
| @@ -88,7 +88,8 @@ void MockInputMethodManager::AddInputMethodExtension(
|
| const std::string& id,
|
| const std::string& name,
|
| const std::vector<std::string>& layouts,
|
| - const std::string& language) {
|
| + const std::string& language,
|
| + InputMethodEngine* instance) {
|
| }
|
|
|
| void MockInputMethodManager::RemoveInputMethodExtension(const std::string& id) {
|
|
|