| 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 1aa2e513112ae71c7f81c4b97fe7090f69e2b1b5..183aabb853be64181bfd1142b66ae4f9fe8dc16e 100644
|
| --- a/chrome/browser/ui/views/bookmarks/bookmark_bubble_view.cc
|
| +++ b/chrome/browser/ui/views/bookmarks/bookmark_bubble_view.cc
|
| @@ -255,7 +255,7 @@ BookmarkBubbleView::BookmarkBubbleView(views::View* anchor_view,
|
| remove_bookmark_(false),
|
| apply_edits_(true) {
|
| // Compensate for built-in vertical padding in the anchor view's image.
|
| - set_anchor_insets(gfx::Insets(5, 0, 5, 0));
|
| + set_anchor_view_insets(gfx::Insets(5, 0, 5, 0));
|
| }
|
|
|
| string16 BookmarkBubbleView::GetTitle() {
|
|
|