| Index: chrome/browser/ui/gtk/omnibox/omnibox_view_gtk.h
|
| ===================================================================
|
| --- chrome/browser/ui/gtk/omnibox/omnibox_view_gtk.h (revision 107097)
|
| +++ chrome/browser/ui/gtk/omnibox/omnibox_view_gtk.h (working copy)
|
| @@ -120,7 +120,7 @@
|
| virtual bool IsSelectAll() OVERRIDE;
|
| virtual bool DeleteAtEndPressed() OVERRIDE;
|
| virtual void GetSelectionBounds(string16::size_type* start,
|
| - string16::size_type* end) OVERRIDE;
|
| + string16::size_type* end) const OVERRIDE;
|
| virtual void SelectAll(bool reversed) OVERRIDE;
|
| virtual void RevertAll() OVERRIDE;
|
|
|
|
|