| Index: ui/base/ime/chromeos/mock_ime_candidate_window_handler.h
|
| diff --git a/ui/base/ime/chromeos/mock_ime_candidate_window_handler.h b/ui/base/ime/chromeos/mock_ime_candidate_window_handler.h
|
| index a7705e3257176d0fc2e954f9896f79e4d846420d..9bac92ccc086ddcb49f086c4d7ad51dbc7abfb40 100644
|
| --- a/ui/base/ime/chromeos/mock_ime_candidate_window_handler.h
|
| +++ b/ui/base/ime/chromeos/mock_ime_candidate_window_handler.h
|
| @@ -30,11 +30,11 @@ class UI_BASE_EXPORT MockIMECandidateWindowHandler
|
| // IMECandidateWindowHandlerInterface override.
|
| virtual void UpdateLookupTable(
|
| const ui::CandidateWindow& candidate_window,
|
| - bool visible) OVERRIDE;
|
| + bool visible) override;
|
| virtual void UpdatePreeditText(
|
| - const base::string16& text, uint32 cursor_pos, bool visible) OVERRIDE;
|
| + const base::string16& text, uint32 cursor_pos, bool visible) override;
|
| virtual void SetCursorBounds(const gfx::Rect& cursor_bounds,
|
| - const gfx::Rect& composition_head) OVERRIDE;
|
| + const gfx::Rect& composition_head) override;
|
|
|
| int set_cursor_bounds_call_count() const {
|
| return set_cursor_bounds_call_count_;
|
|
|