| 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 64ec95bdd43e404f3b40a5ee3f08206c6773a66a..d2a2b253bdcff4757678f5633ee95752558013a0 100644
|
| --- a/chrome/browser/ui/views/omnibox/omnibox_view_win.h
|
| +++ b/chrome/browser/ui/views/omnibox/omnibox_view_win.h
|
| @@ -330,7 +330,7 @@ class OmniboxViewWin
|
|
|
| // TSFEventRouter::Observer:
|
| virtual void OnCandidateWindowCountChanged(size_t window_count) OVERRIDE;
|
| - virtual void OnTextUpdated(const ui::Range& composition_range) OVERRIDE;
|
| + virtual void OnTextUpdated(const gfx::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
|
|
|