| Index: chrome/browser/ui/views/omnibox/omnibox_view_win.h
|
| diff --git a/chrome/browser/ui/views/omnibox/omnibox_view_win.h b/chrome/browser/ui/views/omnibox/omnibox_view_win.h
|
| index 30f7b493eb6abd75dea6a44cc61fab3c7b1faf68..2cf0327ea85af5796011c061d1d27b57d817f95b 100644
|
| --- a/chrome/browser/ui/views/omnibox/omnibox_view_win.h
|
| +++ b/chrome/browser/ui/views/omnibox/omnibox_view_win.h
|
| @@ -329,9 +329,9 @@ class OmniboxViewWin
|
| // If a host name is found, it makes it visually stronger.
|
| virtual void EmphasizeURLComponents() OVERRIDE;
|
|
|
| - // TsfEventRouter::Observer
|
| - virtual void OnTextUpdated() OVERRIDE;
|
| + // TsfEventRouter::Observer:
|
| virtual void OnCandidateWindowCountChanged(size_t window_count) OVERRIDE;
|
| + virtual void OnTextUpdated(const ui::Range& composition_range) OVERRIDE;
|
|
|
| // Erases the portion of the selection in the font's y-adjustment area. For
|
| // some reason the edit draws the selection rect here even though it's not
|
|
|