Index: chrome/browser/ui/views/chrome_to_mobile_bubble_view.cc |
diff --git a/chrome/browser/ui/views/chrome_to_mobile_bubble_view.cc b/chrome/browser/ui/views/chrome_to_mobile_bubble_view.cc |
index 575c0d70b7a048806bc1ffbfd0e61d076c46c412..398a63ad85f68300fbd808cb697b3cde421d6fe7 100644 |
--- a/chrome/browser/ui/views/chrome_to_mobile_bubble_view.cc |
+++ b/chrome/browser/ui/views/chrome_to_mobile_bubble_view.cc |
@@ -85,8 +85,7 @@ void ChromeToMobileBubbleView::ShowBubble(views::View* anchor_view, |
// Show the lit mobile device icon during the bubble's lifetime. |
SetTextButtonIconToId(anchor_view, IDR_MOBILE_LIT); |
bubble_ = new ChromeToMobileBubbleView(anchor_view, browser); |
- views::BubbleDelegateView::CreateBubble(bubble_); |
- bubble_->Show(); |
+ views::BubbleDelegateView::CreateBubble(bubble_)->Show(); |
} |
// static |