| 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 fc23d2ea00520ae84f3af7777a82308fe9722c31..f1a33e4891c4148bf2c4a0e5c2bf33621c8be4d0 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
|
| @@ -273,7 +273,7 @@ void ContentSettingImageView::OnClick() {
|
| web_contents, parent_->profile()),
|
| web_contents, this, views::BubbleBorder::TOP_RIGHT);
|
| views::Widget* bubble_widget =
|
| - parent_->delegate()->CreateViewsBubble(bubble_view_);
|
| + views::BubbleDialogDelegateView::CreateBubble(bubble_view_);
|
| bubble_widget->AddObserver(this);
|
| // This is triggered by an input event. If the user clicks the icon while
|
| // it's not animating, the icon will be placed in an active state, so the
|
|
|