| Index: net/base/gzip_header.cc
 | 
| diff --git a/net/base/gzip_header.cc b/net/base/gzip_header.cc
 | 
| index 23a3dd3eb1127bf491bc99851cbe58e9a5b77286..81cb1d8efd32bef6add0e2f531c2c1f5206373e7 100644
 | 
| --- a/net/base/gzip_header.cc
 | 
| +++ b/net/base/gzip_header.cc
 | 
| @@ -4,13 +4,8 @@
 | 
|  
 | 
|  #include "net/base/gzip_header.h"
 | 
|  
 | 
| -#if defined(USE_SYSTEM_ZLIB)
 | 
| -#include <zlib.h>
 | 
| -#else
 | 
| -#include "third_party/zlib/zlib.h"  // for Z_DEFAULT_COMPRESSION
 | 
| -#endif
 | 
| -
 | 
|  #include "base/logging.h"
 | 
| +#include "third_party/zlib/zlib.h"
 | 
|  
 | 
|  namespace net {
 | 
|  
 | 
| 
 |