| Index: chrome/browser/ui/gtk/infobars/infobar_gtk.cc
|
| diff --git a/chrome/browser/ui/gtk/infobars/infobar_gtk.cc b/chrome/browser/ui/gtk/infobars/infobar_gtk.cc
|
| index b71394729f2f5254757b38af4d349e4b6756850d..4e8f7567aaef5c2457e669d0a83cfed9698504e7 100644
|
| --- a/chrome/browser/ui/gtk/infobars/infobar_gtk.cc
|
| +++ b/chrome/browser/ui/gtk/infobars/infobar_gtk.cc
|
| @@ -15,6 +15,7 @@
|
| #include "chrome/browser/ui/tab_contents/tab_contents_wrapper.h"
|
| #include "chrome/common/chrome_notification_types.h"
|
| #include "content/common/notification_service.h"
|
| +#include "ui/base/gtk/gtk_hig_constants.h"
|
| #include "ui/gfx/gtk_util.h"
|
| #include "ui/gfx/image/image.h"
|
|
|
| @@ -112,7 +113,7 @@ int InfoBarGtk::AnimatingHeight() const {
|
| }
|
|
|
| GtkWidget* InfoBarGtk::CreateLabel(const std::string& text) {
|
| - return theme_service_->BuildLabel(text, gtk_util::kGdkBlack);
|
| + return theme_service_->BuildLabel(text, ui::kGdkBlack);
|
| }
|
|
|
| GtkWidget* InfoBarGtk::CreateLinkButton(const std::string& text) {
|
|
|