Index: chrome/browser/ui/views/location_bar/content_setting_image_view.cc |
diff --git a/chrome/browser/ui/views/location_bar/content_setting_image_view.cc b/chrome/browser/ui/views/location_bar/content_setting_image_view.cc |
index 1f344523e51b07d6a1383d078bedd7238bfc8da3..3b6dde9d39eb28f84fc8218f46d94396cae455a8 100644 |
--- a/chrome/browser/ui/views/location_bar/content_setting_image_view.cc |
+++ b/chrome/browser/ui/views/location_bar/content_setting_image_view.cc |
@@ -153,7 +153,7 @@ void ContentSettingImageView::AnimationCanceled( |
AnimationEnded(animation); |
} |
-gfx::Size ContentSettingImageView::GetPreferredSize() { |
+gfx::Size ContentSettingImageView::GetPreferredSize() const { |
// Height will be ignored by the LocationBarView. |
gfx::Size size(icon_->GetPreferredSize()); |
if (background_showing()) { |