| Index: chrome/browser/ui/views/location_bar/content_setting_image_view.h
|
| diff --git a/chrome/browser/ui/views/location_bar/content_setting_image_view.h b/chrome/browser/ui/views/location_bar/content_setting_image_view.h
|
| index 3f311c5c57dd7b01d323d792930050a11633a734..620e61665ae57e048eef89303556ba3525e9f31c 100644
|
| --- a/chrome/browser/ui/views/location_bar/content_setting_image_view.h
|
| +++ b/chrome/browser/ui/views/location_bar/content_setting_image_view.h
|
| @@ -28,7 +28,7 @@ class FontList;
|
| }
|
|
|
| namespace views {
|
| -class BubbleDelegateView;
|
| +class BubbleDialogDelegateView;
|
| class ImageView;
|
| class InkDropDelegate;
|
| class Label;
|
| @@ -95,7 +95,7 @@ class ContentSettingImageView : public IconLabelBubbleView,
|
| gfx::SlideAnimation slide_animator_;
|
| bool pause_animation_;
|
| double pause_animation_state_;
|
| - views::BubbleDelegateView* bubble_view_;
|
| + views::BubbleDialogDelegateView* bubble_view_;
|
|
|
| // This is used to check if the bubble was showing during the mouse pressed
|
| // event. If this is true then the mouse released event is ignored to prevent
|
|
|