$OpenBSD: patch-ui_gfx_codec_png_codec_cc,v 1.5 2013/09/29 19:04:07 robert Exp $
--- ui/gfx/codec/png_codec.cc.orig.port	Sun Sep 22 16:35:48 2013
+++ ui/gfx/codec/png_codec.cc	Sun Sep 22 16:35:56 2013
@@ -6,7 +6,7 @@
 
 #include "base/logging.h"
 #include "base/strings/string_util.h"
-#include "third_party/libpng/png.h"
+#include <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"
