| Index: ui/gfx/codec/png_codec_unittest.cc
|
| diff --git a/ui/gfx/codec/png_codec_unittest.cc b/ui/gfx/codec/png_codec_unittest.cc
|
| index 83f535e6ae3e4d7a0180b516ca5cbda7516d34b1..ef21d38c9af4c19a6a604b8528cd632fee3f3e39 100644
|
| --- a/ui/gfx/codec/png_codec_unittest.cc
|
| +++ b/ui/gfx/codec/png_codec_unittest.cc
|
| @@ -2,17 +2,12 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#if defined(USE_SYSTEM_LIBPNG)
|
| -#include <png.h>
|
| -#else
|
| -#include "third_party/libpng/png.h"
|
| -#endif
|
| -
|
| #include <algorithm>
|
| #include <cmath>
|
|
|
| #include "base/logging.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
| +#include "third_party/libpng/png.h"
|
| #include "third_party/skia/include/core/SkBitmap.h"
|
| #include "third_party/skia/include/core/SkColorPriv.h"
|
| #include "third_party/skia/include/core/SkUnPreMultiply.h"
|
|
|