| 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 d1d4bfcfa8e36cff3e46adb6fd97a58d907a6f54..43a3dc82b15bc4becc4fd5944eacebd279490fde 100644 | 
| --- a/chrome/browser/chromeos/input_method/mock_input_method_manager.cc | 
| +++ b/chrome/browser/chromeos/input_method/mock_input_method_manager.cc | 
| @@ -72,8 +72,9 @@ const InputMethodDescriptor* MockInputMethodManager::GetInputMethodFromId( | 
| return NULL; | 
| } | 
|  | 
| -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( | 
|  |