summaryrefslogtreecommitdiffstats
path: root/chrome/browser/views/theme_helpers.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/views/theme_helpers.cc')
-rw-r--r--chrome/browser/views/theme_helpers.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/views/theme_helpers.cc b/chrome/browser/views/theme_helpers.cc
index df5fb3c..710e1ee 100644
--- a/chrome/browser/views/theme_helpers.cc
+++ b/chrome/browser/views/theme_helpers.cc
@@ -8,9 +8,9 @@
#include <atlapp.h>
#include <atltheme.h>
-#include "base/gfx/bitmap_platform_device_win.h"
#include "chrome/common/gfx/chrome_canvas.h"
#include "base/logging.h"
+#include "skia/ext/bitmap_platform_device_win.h"
#include "SkGradientShader.h"
void GetRebarGradientColors(int width, int x1, int x2, SkColor* c1, SkColor* c2) {