29aa9da
diff -up chromium-60.0.3112.78/third_party/zlib/zconf.h.nozmangle chromium-60.0.3112.78/third_party/zlib/zconf.h
29aa9da
--- chromium-60.0.3112.78/third_party/zlib/zconf.h.nozmangle	2017-08-04 10:45:17.509152089 -0400
29aa9da
+++ chromium-60.0.3112.78/third_party/zlib/zconf.h	2017-08-04 10:45:30.451902380 -0400
29aa9da
@@ -8,9 +8,6 @@
29aa9da
 #ifndef ZCONF_H
29aa9da
 #define ZCONF_H
29aa9da
 
29aa9da
-/* This include does prefixing as below, but with an updated set of names */
29aa9da
-#include "names.h"
29aa9da
-
29aa9da
 /*
29aa9da
  * If you *really* need a unique prefix for all types and library functions,
29aa9da
  * compile with -DZ_PREFIX. The "standard" zlib should be compiled without it.