Index: chrome/common/zip_internal.h |
diff --git a/chrome/common/zip_internal.h b/chrome/common/zip_internal.h |
index 11881a68dea217b138ce8ccb45dd476da7046ead..3bf8683c392036deb2bd291848a212c0989440af 100644 |
--- a/chrome/common/zip_internal.h |
+++ b/chrome/common/zip_internal.h |
@@ -7,8 +7,13 @@ |
#include <string> |
+#if defined(USE_SYSTEM_MINIZIP) |
+#include <minizip/unzip.h> |
+#include <minizip/zip.h> |
+#else |
#include "third_party/zlib/contrib/minizip/unzip.h" |
#include "third_party/zlib/contrib/minizip/zip.h" |
+#endif |
// Utility functions and constants used internally for the zip file |
// library in the directory. Don't use them outside of the library. |