| 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 4bc60775a3ebfe7b294324c102b7d44a31f218a7..ac0ea0a161fb566361a578a32d2f93dec7f68485 100644
|
| --- a/chrome/browser/chromeos/input_method/mock_input_method_manager.cc
|
| +++ b/chrome/browser/chromeos/input_method/mock_input_method_manager.cc
|
| @@ -60,8 +60,9 @@ size_t MockInputMethodManager::GetNumActiveInputMethods() const {
|
| return 1;
|
| }
|
|
|
| -void MockInputMethodManager::EnableLayouts(const std::string& language_code,
|
| - const std::string& initial_layout) {
|
| +void MockInputMethodManager::EnableLoginLayouts(
|
| + const std::string& language_code,
|
| + const std::string& initial_layout) {
|
| }
|
|
|
| bool MockInputMethodManager::EnableInputMethods(
|
|
|