| Index: chrome/browser/ui/cocoa/location_bar/keyword_hint_decoration.h
|
| diff --git a/chrome/browser/ui/cocoa/location_bar/keyword_hint_decoration.h b/chrome/browser/ui/cocoa/location_bar/keyword_hint_decoration.h
|
| index 0e4e587c36091864ca68641012b14860c712f10e..07338a4af5c12f400d98c5f60d757358456881ca 100644
|
| --- a/chrome/browser/ui/cocoa/location_bar/keyword_hint_decoration.h
|
| +++ b/chrome/browser/ui/cocoa/location_bar/keyword_hint_decoration.h
|
| @@ -25,8 +25,8 @@ class KeywordHintDecoration : public LocationBarDecoration {
|
| void SetKeyword(const string16& keyword, bool is_extension_keyword);
|
|
|
| // Implement |LocationBarDecoration|.
|
| - virtual void DrawInFrame(NSRect frame, NSView* control_view);
|
| - virtual CGFloat GetWidthForSpace(CGFloat width);
|
| + virtual void DrawInFrame(NSRect frame, NSView* control_view) OVERRIDE;
|
| + virtual CGFloat GetWidthForSpace(CGFloat width) OVERRIDE;
|
|
|
| private:
|
| // Fetch and cache the [tab] image.
|
|
|