summaryrefslogtreecommitdiffstats
path: root/chrome/browser/themes/browser_theme_provider_gtk.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/themes/browser_theme_provider_gtk.cc')
-rw-r--r--chrome/browser/themes/browser_theme_provider_gtk.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/themes/browser_theme_provider_gtk.cc b/chrome/browser/themes/browser_theme_provider_gtk.cc
index a730f3b..52be010 100644
--- a/chrome/browser/themes/browser_theme_provider_gtk.cc
+++ b/chrome/browser/themes/browser_theme_provider_gtk.cc
@@ -8,8 +8,8 @@
#include "base/i18n/rtl.h"
#include "base/logging.h"
-#include "gfx/gtk_util.h"
#include "third_party/skia/include/core/SkBitmap.h"
+#include "ui/gfx/gtk_util.h"
GdkPixbuf* BrowserThemeProvider::GetPixbufNamed(int id) const {
return GetPixbufImpl(id, false);