| Index: chrome/browser/extensions/api/input_ime/input_ime_api.h
|
| diff --git a/chrome/browser/extensions/api/input_ime/input_ime_api.h b/chrome/browser/extensions/api/input_ime/input_ime_api.h
|
| index 5cc78e45b772263e58b476ff824bb9255966f683..511b1fc2dfb3f5649aee337cc07b41bd6ce770bd 100644
|
| --- a/chrome/browser/extensions/api/input_ime/input_ime_api.h
|
| +++ b/chrome/browser/extensions/api/input_ime/input_ime_api.h
|
| @@ -62,7 +62,7 @@ class ImeObserver : public input_method::InputMethodEngineBase::Observer {
|
| int cursor_pos,
|
| int anchor_pos,
|
| int offset_pos) override;
|
| - void OnRequestEngineSwitch() override {};
|
| + void OnRequestEngineSwitch() override {}
|
|
|
| protected:
|
| // Helper function used to forward the given event to the |profile_|'s event
|
|
|