| 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 c9984eef6162e43371f0fe3ed66828d6eddb07a9..05b430ab434b09343f32a29f49d6be127c1fecf2 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
|
| @@ -48,6 +48,7 @@ class IconLabelBubbleView : public views::View {
|
|
|
| protected:
|
| // views::View:
|
| + const char* GetClassName() const override;
|
| gfx::Size GetPreferredSize() const override;
|
| void Layout() override;
|
| void OnMouseEntered(const ui::MouseEvent& event) override;
|
|
|