| 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..ce41a897859a2c994076fccae4560616f8c788d3 100644
|
| --- a/chromeos/ime/fake_input_method_delegate.cc
|
| +++ b/chromeos/ime/fake_input_method_delegate.cc
|
| @@ -14,8 +14,9 @@ FakeInputMethodDelegate::FakeInputMethodDelegate()
|
| FakeInputMethodDelegate::~FakeInputMethodDelegate() {
|
| }
|
|
|
| -std::string FakeInputMethodDelegate::GetHardwareKeyboardLayout() const {
|
| - return hardware_keyboard_layout_;
|
| +void FakeInputMethodDelegate::GetHardwareKeyboardLayouts(
|
| + std::vector<std::string>* out) const {
|
| + *out = hardware_keyboard_layout_;
|
| }
|
|
|
| base::string16 FakeInputMethodDelegate::GetLocalizedString(
|
|
|