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

Unified Diff: net/base/crl_set.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/crl_set.cc
diff --git a/net/base/crl_set.cc b/net/base/crl_set.cc
index a6a18300231e444878e638d731ae080295337296..dd73c7e1f8aa3d8c6e396fff55456142368ddf91 100644
--- a/net/base/crl_set.cc
+++ b/net/base/crl_set.cc
@@ -13,12 +13,7 @@
#include "base/values.h"
#include "crypto/sha2.h"
#include "net/base/crl_set.h"
-
-#if defined(USE_SYSTEM_ZLIB)
-#include <zlib.h>
-#else
#include "third_party/zlib/zlib.h"
-#endif
namespace net {

Powered by Google App Engine
This is Rietveld 408576698