Index: chrome/browser/ui/views/bookmarks/bookmark_bar_view.cc |
diff --git a/chrome/browser/ui/views/bookmarks/bookmark_bar_view.cc b/chrome/browser/ui/views/bookmarks/bookmark_bar_view.cc |
index 34e390620cc5704bc437fe9eb7d598898c237678..494690801a386f6c62aea532a58ef647f92ef105 100644 |
--- a/chrome/browser/ui/views/bookmarks/bookmark_bar_view.cc |
+++ b/chrome/browser/ui/views/bookmarks/bookmark_bar_view.cc |
@@ -611,8 +611,8 @@ base::string16 BookmarkBarView::CreateToolTipForURLAndTitle( |
if (!title.empty()) { |
base::string16 localized_title = title; |
base::i18n::AdjustStringForLocaleDirection(&localized_title); |
- result.append(ElideText(localized_title, tt_fonts, max_width, |
- gfx::ELIDE_AT_END)); |
+ result.append(gfx::ElideText(localized_title, tt_fonts, max_width, |
+ gfx::ELIDE_TAIL)); |
} |
// Only show the URL if the url and title differ. |