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 0342bc3399e9009e714e65f297608e917ff5152f..648dc0744bb64fc8eda0a303f4a640e0babaa406 100644 |
--- a/chrome/browser/ui/cocoa/location_bar/keyword_hint_decoration.h |
+++ b/chrome/browser/ui/cocoa/location_bar/keyword_hint_decoration.h |
@@ -24,8 +24,8 @@ class KeywordHintDecoration : public LocationBarDecoration { |
void SetKeyword(const base::string16& keyword, bool is_extension_keyword); |
// Implement |LocationBarDecoration|. |
- virtual void DrawInFrame(NSRect frame, NSView* control_view) OVERRIDE; |
- virtual CGFloat GetWidthForSpace(CGFloat width) OVERRIDE; |
+ virtual void DrawInFrame(NSRect frame, NSView* control_view) override; |
+ virtual CGFloat GetWidthForSpace(CGFloat width) override; |
private: |
// Fetch and cache the [tab] image. |