| Index: ash/ime/input_method_event_handler.cc
|
| diff --git a/ash/ime/input_method_event_handler.cc b/ash/ime/input_method_event_handler.cc
|
| index da7d2fdc665e295b629fc8e8f94187567a152a65..085f9d13e8c2b0c804828e4201dc35b73d621ead 100644
|
| --- a/ash/ime/input_method_event_handler.cc
|
| +++ b/ash/ime/input_method_event_handler.cc
|
| @@ -13,11 +13,9 @@ namespace ash {
|
| // InputMethodEventHandler, public:
|
|
|
| InputMethodEventHandler::InputMethodEventHandler(ui::InputMethod* input_method)
|
| - : input_method_(input_method), post_ime_(false) {
|
| -}
|
| + : input_method_(input_method), post_ime_(false) {}
|
|
|
| -InputMethodEventHandler::~InputMethodEventHandler() {
|
| -}
|
| +InputMethodEventHandler::~InputMethodEventHandler() {}
|
|
|
| void InputMethodEventHandler::SetPostIME(bool post_ime) {
|
| post_ime_ = post_ime;
|
|
|