Index: chrome/browser/ui/views/location_bar/keyword_hint_view.cc |
diff --git a/chrome/browser/ui/views/location_bar/keyword_hint_view.cc b/chrome/browser/ui/views/location_bar/keyword_hint_view.cc |
index e7130bd04c2943a212a28d7acecbc25118f166e6..0256f91d13cc44f9040c6ceb2967a4cc9f4a374c 100644 |
--- a/chrome/browser/ui/views/location_bar/keyword_hint_view.cc |
+++ b/chrome/browser/ui/views/location_bar/keyword_hint_view.cc |
@@ -38,7 +38,7 @@ class TabKeyBubbleView : public views::Label { |
TabKeyBubbleView::TabKeyBubbleView(const gfx::FontList& font_list) |
: views::Label(l10n_util::GetStringUTF16(IDS_APP_TAB_KEY), font_list) { |
- SetBorder(views::Border::CreateEmptyBorder( |
+ SetBorder(views::CreateEmptyBorder( |
gfx::Insets(GetLayoutConstant(LOCATION_BAR_BUBBLE_VERTICAL_PADDING), 0))); |
} |