Index: chrome/browser/ui/views/autofill/info_bubble.cc |
diff --git a/chrome/browser/ui/views/autofill/info_bubble.cc b/chrome/browser/ui/views/autofill/info_bubble.cc |
index 6879fef836cdac05cf21f529b3b1a93b8aade274..5337093e9db8fab1f3624f27d956c52cb30cf383 100644 |
--- a/chrome/browser/ui/views/autofill/info_bubble.cc |
+++ b/chrome/browser/ui/views/autofill/info_bubble.cc |
@@ -127,7 +127,7 @@ views::NonClientFrameView* InfoBubble::CreateNonClientFrameView( |
return frame_; |
} |
-gfx::Size InfoBubble::GetPreferredSize() { |
+gfx::Size InfoBubble::GetPreferredSize() const { |
int pref_width = preferred_width_; |
pref_width -= frame_->GetInsets().width(); |
pref_width -= 2 * kBubbleBorderVisibleWidth; |