| Index: chrome/common/zip.cc
|
| diff --git a/chrome/common/zip.cc b/chrome/common/zip.cc
|
| index 01de36f30b693e85b5a4f43d4e729f5f8ca321d5..3e24b53d72fc40ac667e32a9569e98201e992208 100644
|
| --- a/chrome/common/zip.cc
|
| +++ b/chrome/common/zip.cc
|
| @@ -49,7 +49,7 @@ static bool ExtractCurrentFile(unzFile zip_file,
|
| if (filename.find(FILE_PATH_LITERAL("..")) != FilePath::StringType::npos)
|
| return false;
|
|
|
| - SplitString(filename, '/', &filename_parts);
|
| + base::SplitString(filename, '/', &filename_parts);
|
|
|
| FilePath dest_file(dest_dir);
|
| std::vector<FilePath::StringType>::iterator iter;
|
|
|