Index: chrome/browser/ui/cocoa/location_bar/bubble_decoration.h |
diff --git a/chrome/browser/ui/cocoa/location_bar/bubble_decoration.h b/chrome/browser/ui/cocoa/location_bar/bubble_decoration.h |
index 508cbd42c4a793fbeb791df84404cb3457d0b001..ed867b8c5b1faab6f3bf191219b8f01abec9c92b 100644 |
--- a/chrome/browser/ui/cocoa/location_bar/bubble_decoration.h |
+++ b/chrome/browser/ui/cocoa/location_bar/bubble_decoration.h |
@@ -30,8 +30,8 @@ class BubbleDecoration : public LocationBarDecoration { |
NSColor* text_color); |
// 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; |
protected: |
// Helper returning bubble width for the given |image| and |label| |