| Index: webkit/support/webkit_support_gfx.cc
 | 
| diff --git a/webkit/support/webkit_support_gfx.cc b/webkit/support/webkit_support_gfx.cc
 | 
| index 1da7a34bf68914e0d28aa773532dbbaa11d9103e..21954bd72d03a08ce4b65668ce7b314172d49408 100644
 | 
| --- a/webkit/support/webkit_support_gfx.cc
 | 
| +++ b/webkit/support/webkit_support_gfx.cc
 | 
| @@ -8,15 +8,8 @@
 | 
|  #include <stdlib.h>
 | 
|  #include <string.h>
 | 
|  
 | 
| -extern "C" {
 | 
|  #include "third_party/libpng/png.h"
 | 
| -
 | 
| -#if defined(USE_SYSTEM_ZLIB)
 | 
| -#include <zlib.h>
 | 
| -#else
 | 
|  #include "third_party/zlib/zlib.h"
 | 
| -#endif
 | 
| -}
 | 
|  
 | 
|  namespace webkit_support {
 | 
|  
 | 
| 
 |