Index: chrome/browser/ui/views/website_settings/website_settings_popup_view.cc |
diff --git a/chrome/browser/ui/views/website_settings/website_settings_popup_view.cc b/chrome/browser/ui/views/website_settings/website_settings_popup_view.cc |
index 237b075140da33d6cc159627081dd3b0ff6e0bf2..ff81663184afbfa0139512ae95d76143041ac89f 100644 |
--- a/chrome/browser/ui/views/website_settings/website_settings_popup_view.cc |
+++ b/chrome/browser/ui/views/website_settings/website_settings_popup_view.cc |
@@ -240,8 +240,7 @@ InternalPageInfoPopupView::InternalPageInfoPopupView(views::View* anchor_view) |
label->SetHorizontalAlignment(gfx::ALIGN_LEFT); |
AddChildView(label); |
- views::BubbleDelegateView::CreateBubble(this); |
- Show(); |
+ views::BubbleDelegateView::CreateBubble(this)->Show(); |
SizeToContents(); |
} |
@@ -334,8 +333,7 @@ WebsiteSettingsPopupView::WebsiteSettingsPopupView( |
set_margins(gfx::Insets(kPopupMarginTop, kPopupMarginLeft, |
kPopupMarginBottom, kPopupMarginRight)); |
- views::BubbleDelegateView::CreateBubble(this); |
- this->Show(); |
+ views::BubbleDelegateView::CreateBubble(this)->Show(); |
SizeToContents(); |
TabSpecificContentSettings* content_settings = |