| Index: chrome/browser/ui/views/location_bar/icon_label_bubble_view.h
|
| diff --git a/chrome/browser/ui/views/location_bar/icon_label_bubble_view.h b/chrome/browser/ui/views/location_bar/icon_label_bubble_view.h
|
| index 2a23fee37463aa16fa16ee5da1b399be0828de13..d3b42042efb62b28cee400eb859ca91b15f6ecf5 100644
|
| --- a/chrome/browser/ui/views/location_bar/icon_label_bubble_view.h
|
| +++ b/chrome/browser/ui/views/location_bar/icon_label_bubble_view.h
|
| @@ -55,7 +55,6 @@ class IconLabelBubbleView : public views::InkDropHostView {
|
| views::ImageView* image() { return image_; }
|
| const views::ImageView* image() const { return image_; }
|
| views::Label* label() { return label_; }
|
| - const views::Label* label() const { return label_; }
|
|
|
| // Gets the color for displaying text.
|
| virtual SkColor GetTextColor() const = 0;
|
|
|