| Index: third_party/zlib/google/zip_reader.cc
|
| diff --git a/third_party/zlib/google/zip_reader.cc b/third_party/zlib/google/zip_reader.cc
|
| index d29082cebbf07e0c24c470951d93ed36141ef486..862e29a0f3103f02afb32b28743f824595a61cfa 100644
|
| --- a/third_party/zlib/google/zip_reader.cc
|
| +++ b/third_party/zlib/google/zip_reader.cc
|
| @@ -39,7 +39,7 @@ ZipReader::EntryInfo::EntryInfo(const std::string& file_name_in_zip,
|
| is_unsafe_ = file_name_in_zip.find("..") != std::string::npos;
|
|
|
| // We also consider that the file name is unsafe, if it's invalid UTF-8.
|
| - string16 file_name_utf16;
|
| + base::string16 file_name_utf16;
|
| if (!UTF8ToUTF16(file_name_in_zip.data(), file_name_in_zip.size(),
|
| &file_name_utf16)) {
|
| is_unsafe_ = true;
|
|
|