Index: chrome/browser/ui/views/autofill/tooltip_icon.cc |
diff --git a/chrome/browser/ui/views/autofill/tooltip_icon.cc b/chrome/browser/ui/views/autofill/tooltip_icon.cc |
index c066ea0f23f7b04cbd9f88382e208666dd863b2c..b43335573d392cb6c51d3f7ac93cd1be2d691b80 100644 |
--- a/chrome/browser/ui/views/autofill/tooltip_icon.cc |
+++ b/chrome/browser/ui/views/autofill/tooltip_icon.cc |
@@ -38,7 +38,7 @@ class TooltipBubble : public InfoBubble { |
protected: |
// InfoBubble: |
- virtual gfx::Rect GetAnchorRect() const OVERRIDE { |
+ virtual gfx::Rect GetAnchorRect() const override { |
gfx::Rect bounds = views::BubbleDelegateView::GetAnchorRect(); |
bounds.Inset(GetPreferredInsets(anchor())); |
return bounds; |