Index: chrome/browser/ui/views/bookmarks/bookmark_bubble_view.cc |
diff --git a/chrome/browser/ui/views/bookmarks/bookmark_bubble_view.cc b/chrome/browser/ui/views/bookmarks/bookmark_bubble_view.cc |
index 9503b36f6d700e08b6d36c274ff643b177aa1bdd..1aa2e513112ae71c7f81c4b97fe7090f69e2b1b5 100644 |
--- a/chrome/browser/ui/views/bookmarks/bookmark_bubble_view.cc |
+++ b/chrome/browser/ui/views/bookmarks/bookmark_bubble_view.cc |
@@ -86,8 +86,7 @@ void BookmarkBubbleView::ShowBubble(views::View* anchor_view, |
bookmark_bubble_ = new BookmarkBubbleView(anchor_view, observer, profile, url, |
newly_bookmarked); |
- views::BubbleDelegateView::CreateBubble(bookmark_bubble_); |
- bookmark_bubble_->Show(); |
+ views::BubbleDelegateView::CreateBubble(bookmark_bubble_)->Show(); |
// Select the entire title textfield contents when the bubble is first shown. |
bookmark_bubble_->title_tf_->SelectAll(true); |