summaryrefslogtreecommitdiffstats
path: root/chrome/browser/gtk/location_bar_view_gtk.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/gtk/location_bar_view_gtk.cc')
-rw-r--r--chrome/browser/gtk/location_bar_view_gtk.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/gtk/location_bar_view_gtk.cc b/chrome/browser/gtk/location_bar_view_gtk.cc
index f3a2618..33bdac0 100644
--- a/chrome/browser/gtk/location_bar_view_gtk.cc
+++ b/chrome/browser/gtk/location_bar_view_gtk.cc
@@ -169,8 +169,8 @@ void LocationBarViewGtk::Init(bool popup_window_mode) {
// This crazy stack of alignments and event boxes creates a box around the
// keyword text with a border, background color, and padding around the text.
gtk_container_add(GTK_CONTAINER(tab_to_search_),
- GtkUtil::CreateGtkBorderBin(
- GtkUtil::CreateGtkBorderBin(
+ gtk_util::CreateGtkBorderBin(
+ gtk_util::CreateGtkBorderBin(
tab_to_search_label_, &kKeywordBackgroundColor, 1, 1, 2, 2),
&kKeywordBorderColor, 1, 1, 1, 1));