| 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 35cdd17d6020c14296c54eeb6052f89134b21283..f04d3c0c92bb94ab1bca05baaa53f39264d11837 100644
|
| --- a/chrome/browser/ui/views/bookmarks/bookmark_bubble_view.cc
|
| +++ b/chrome/browser/ui/views/bookmarks/bookmark_bubble_view.cc
|
| @@ -14,6 +14,7 @@
|
| #include "chrome/browser/profiles/profile.h"
|
| #include "chrome/browser/ui/browser.h"
|
| #include "chrome/browser/ui/browser_list.h"
|
| +#include "chrome/browser/ui/views/window.h"
|
| #include "chrome/common/chrome_notification_types.h"
|
| #include "content/browser/user_metrics.h"
|
| #include "content/public/browser/notification_service.h"
|
| @@ -81,7 +82,7 @@ void BookmarkBubbleView::ShowBubble(views::View* anchor_view,
|
|
|
| bookmark_bubble_ =
|
| new BookmarkBubbleView(anchor_view, profile, url, newly_bookmarked);
|
| - views::BubbleDelegateView::CreateBubble(bookmark_bubble_);
|
| + browser::CreateViewsBubble(bookmark_bubble_);
|
| bookmark_bubble_->Show();
|
| // Select the entire title textfield contents when the bubble is first shown.
|
| bookmark_bubble_->title_tf_->SelectAll();
|
|
|