| Index: chromeos/ime/fake_input_method_delegate.cc
|
| diff --git a/chromeos/ime/fake_input_method_delegate.cc b/chromeos/ime/fake_input_method_delegate.cc
|
| index 2757750b7d77b390a10b0bf050d0a9f9df3ea777..0e140dfbe6b1a6bd178c9323ef3e4be4f2cdeae5 100644
|
| --- a/chromeos/ime/fake_input_method_delegate.cc
|
| +++ b/chromeos/ime/fake_input_method_delegate.cc
|
| @@ -14,7 +14,7 @@ FakeInputMethodDelegate::FakeInputMethodDelegate()
|
| FakeInputMethodDelegate::~FakeInputMethodDelegate() {
|
| }
|
|
|
| -std::string FakeInputMethodDelegate::GetHardwareKeyboardLayout() const {
|
| +std::string FakeInputMethodDelegate::GetHardwareKeyboardLayouts() const {
|
| return hardware_keyboard_layout_;
|
| }
|
|
|
|
|