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

Unified Diff: chrome/browser/ui/webui/options/chromeos/wallpaper_source.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: chrome/browser/ui/webui/options/chromeos/wallpaper_source.cc
diff --git a/chrome/browser/ui/webui/options/chromeos/wallpaper_source.cc b/chrome/browser/ui/webui/options/chromeos/wallpaper_source.cc
index fd8250b3356c76476558512696d25d1f0a50a80f..3e77484a67b9a82a797e14bac6a367284d333d6d 100644
--- a/chrome/browser/ui/webui/options/chromeos/wallpaper_source.cc
+++ b/chrome/browser/ui/webui/options/chromeos/wallpaper_source.cc
@@ -19,11 +19,7 @@
#include "ui/gfx/skia_util.h"
extern "C" {
-#if defined(USE_SYSTEM_ZLIB)
-#include <zlib.h>
-#else
#include "third_party/zlib/zlib.h"
-#endif
}
namespace chromeos {

Powered by Google App Engine
This is Rietveld 408576698