diff --git a/deps/zlib/contrib/bench/OWNERS b/deps/zlib/contrib/bench/OWNERS deleted file mode 100644 index e69de29bb2d1d6..00000000000000 diff --git a/deps/zlib/google/zip_internal.cc b/deps/zlib/google/zip_internal.cc index e65d7ce6b5f464..c986e763cccda3 100644 --- a/deps/zlib/google/zip_internal.cc +++ b/deps/zlib/google/zip_internal.cc @@ -407,9 +407,8 @@ Compression GetCompressionMethod(const base::FilePath& path) { // Well known filename extensions of files that a likely to be already // compressed. The extensions are in lower case without the leading dot. - static const base::NoDestructor< - std::unordered_set>> - exts(std::initializer_list{ + static const base::NoDestructor> exts( + std::initializer_list{ FILE_PATH_LITERAL("3g2"), // FILE_PATH_LITERAL("3gp"), // FILE_PATH_LITERAL("7z"), //