diff options
Diffstat (limited to 'chrome/browser/ntp_background_util.cc')
-rw-r--r-- | chrome/browser/ntp_background_util.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/ntp_background_util.cc b/chrome/browser/ntp_background_util.cc index 1b02632..999119e 100644 --- a/chrome/browser/ntp_background_util.cc +++ b/chrome/browser/ntp_background_util.cc @@ -5,11 +5,11 @@ #include "chrome/browser/ntp_background_util.h" #include "app/gfx/canvas.h" +#include "app/gfx/skia_util.h" #include "base/gfx/rect.h" #include "base/logging.h" #include "chrome/browser/browser_theme_provider.h" #include "grit/theme_resources.h" -#include "skia/ext/skia_utils.h" #include "third_party/skia/include/core/SkBitmap.h" namespace { |