diff options
Diffstat (limited to 'base/gfx/png_decoder.cc')
-rw-r--r-- | base/gfx/png_decoder.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/base/gfx/png_decoder.cc b/base/gfx/png_decoder.cc index e730a62..1a45057 100644 --- a/base/gfx/png_decoder.cc +++ b/base/gfx/png_decoder.cc @@ -5,7 +5,7 @@ #include "base/gfx/png_decoder.h" #include "base/logging.h" -#include "skia/include/SkBitmap.h" +#include "third_party/skia/include/core/SkBitmap.h" extern "C" { #include "third_party/libpng/png.h" |