| Index: chrome/browser/ui/views/location_bar/icon_label_bubble_view_unittest.cc
|
| diff --git a/chrome/browser/ui/views/location_bar/icon_label_bubble_view_unittest.cc b/chrome/browser/ui/views/location_bar/icon_label_bubble_view_unittest.cc
|
| index 36e1a4ad4d2ce7ed81610c838519bcb560d8c57d..a686b587675d6566d41497434d0acef5a3ffa93b 100644
|
| --- a/chrome/browser/ui/views/location_bar/icon_label_bubble_view_unittest.cc
|
| +++ b/chrome/browser/ui/views/location_bar/icon_label_bubble_view_unittest.cc
|
| @@ -37,7 +37,7 @@ class TestIconLabelBubbleView : public IconLabelBubbleView {
|
| SizeToPreferredSize();
|
| }
|
|
|
| - int width() { return bounds().width(); }
|
| + int width() const { return bounds().width(); }
|
| bool IsLabelVisible() const { return label()->visible(); }
|
| void SetLabelVisible(bool visible) { label()->SetVisible(visible); }
|
| const gfx::Rect& GetLabelBounds() const { return label()->bounds(); }
|
|
|