| Index: chrome/browser/views/bookmark_bubble_view.cc
|
| ===================================================================
|
| --- chrome/browser/views/bookmark_bubble_view.cc (revision 64470)
|
| +++ chrome/browser/views/bookmark_bubble_view.cc (working copy)
|
| @@ -88,9 +88,9 @@
|
| return;
|
|
|
| bubble_ = new BookmarkBubbleView(delegate, profile, url, newly_bookmarked);
|
| - InfoBubble* info_bubble =
|
| - InfoBubble::Show(parent->GetClientView()->GetWidget(), bounds,
|
| - BubbleBorder::TOP_RIGHT, bubble_, bubble_);
|
| + InfoBubble* info_bubble = InfoBubble::Show(
|
| + parent->GetClientView()->GetWidget(), bounds, BubbleBorder::TOP_RIGHT,
|
| + bubble_, bubble_);
|
| bubble_->set_info_bubble(info_bubble);
|
| GURL url_ptr(url);
|
| NotificationService::current()->Notify(
|
|
|