Chromium Code Reviews| Index: ui/gfx/codec/png_codec.cc |
| diff --git a/ui/gfx/codec/png_codec.cc b/ui/gfx/codec/png_codec.cc |
| index 474fbc9f3999b9464a990aaef0f255080c0e2a6e..e0dc4c6d5a336f06a73938191bde3824f6802250 100644 |
| --- a/ui/gfx/codec/png_codec.cc |
| +++ b/ui/gfx/codec/png_codec.cc |
| @@ -14,11 +14,7 @@ |
| #include "third_party/skia/include/core/SkColorPriv.h" |
| extern "C" { |
| -#if defined(USE_SYSTEM_LIBPNG) |
| -#include <png.h> |
| -#else |
| #include "third_party/libpng/png.h" |
| -#endif |
| #if defined(USE_SYSTEM_ZLIB) |
| #include <zlib.h> |