Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(74)

Unified Diff: net/base/gzip_header.cc

Issue 11632002: Use generated shim headers for zlib. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fixes Created 8 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 {

Powered by Google App Engine
This is Rietveld 408576698