| Index: chrome/browser/ui/cocoa/omnibox/omnibox_view_mac.h
|
| ===================================================================
|
| --- chrome/browser/ui/cocoa/omnibox/omnibox_view_mac.h (revision 107903)
|
| +++ chrome/browser/ui/cocoa/omnibox/omnibox_view_mac.h (working copy)
|
| @@ -66,7 +66,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;
|
|
|