| Index: net/http/infinite_cache.cc
 | 
| diff --git a/net/http/infinite_cache.cc b/net/http/infinite_cache.cc
 | 
| index e73a9fd16129dbe57094d4e5b5ebf8b680c23bc7..70c72ab3e6ee80c3e73a5f198b9ee3eeec6628fe 100644
 | 
| --- a/net/http/infinite_cache.cc
 | 
| +++ b/net/http/infinite_cache.cc
 | 
| @@ -28,12 +28,7 @@
 | 
|  #include "net/http/http_response_headers.h"
 | 
|  #include "net/http/http_response_info.h"
 | 
|  #include "net/http/http_util.h"
 | 
| -
 | 
| -#if defined(USE_SYSTEM_ZLIB)
 | 
| -#include <zlib.h>
 | 
| -#else
 | 
|  #include "third_party/zlib/zlib.h"
 | 
| -#endif
 | 
|  
 | 
|  using base::PlatformFile;
 | 
|  using base::Time;
 | 
| 
 |