| Index: chrome/common/zip_reader.h
|
| diff --git a/chrome/common/zip_reader.h b/chrome/common/zip_reader.h
|
| index 72ae225dc44b77bcefabdb30cd250378a51ef2f6..cd3209d091b9b4410977560cbd9d788ba581d4d9 100644
|
| --- a/chrome/common/zip_reader.h
|
| +++ b/chrome/common/zip_reader.h
|
| @@ -12,7 +12,12 @@
|
| #include "base/file_util.h"
|
| #include "base/memory/scoped_ptr.h"
|
| #include "base/time.h"
|
| +
|
| +#if defined(USE_SYSTEM_MINIZIP)
|
| +#include <minizip/unzip.h>
|
| +#else
|
| #include "third_party/zlib/contrib/minizip/unzip.h"
|
| +#endif
|
|
|
| namespace zip {
|
|
|
|
|