| Index: net/http/infinite_cache.cc
|
| diff --git a/net/http/infinite_cache.cc b/net/http/infinite_cache.cc
|
| index 9f491c8f5b19e50f28f50af6472575e97fe8a844..b5f7fd35f3324501a1b371e3a39d4bb68b244d0f 100644
|
| --- a/net/http/infinite_cache.cc
|
| +++ b/net/http/infinite_cache.cc
|
| @@ -28,7 +28,12 @@
|
| #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;
|
|
|