| 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 38f7f4836fa5a5ad683b98adf5cdf06e261deeb7..c1ad82466e92aff0a2c6ff783d0543bcf87c6a65 100644
|
| --- a/chrome/browser/ui/gtk/infobars/infobar_gtk.cc
|
| +++ b/chrome/browser/ui/gtk/infobars/infobar_gtk.cc
|
| @@ -15,7 +15,6 @@
|
| #include "chrome/common/chrome_notification_types.h"
|
| #include "content/common/notification_service.h"
|
| #include "ui/base/gtk/gtk_expanded_container.h"
|
| -#include "ui/base/gtk/gtk_hig_constants.h"
|
| #include "ui/gfx/gtk_util.h"
|
| #include "ui/gfx/image/image.h"
|
|
|
| @@ -113,7 +112,7 @@ int InfoBarGtk::AnimatingHeight() const {
|
| }
|
|
|
| GtkWidget* InfoBarGtk::CreateLabel(const std::string& text) {
|
| - return theme_service_->BuildLabel(text, ui::kGdkBlack);
|
| + return theme_service_->BuildLabel(text, gtk_util::kGdkBlack);
|
| }
|
|
|
| GtkWidget* InfoBarGtk::CreateLinkButton(const std::string& text) {
|
|
|