| Index: base/test/test_file_util_win.cc
|
| diff --git a/base/test/test_file_util_win.cc b/base/test/test_file_util_win.cc
|
| index 2a5a4d03c6567e6f585ef31a01b26d37deec331c..63c8da2c3c110d902bad0e2cd809731cf4587114 100644
|
| --- a/base/test/test_file_util_win.cc
|
| +++ b/base/test/test_file_util_win.cc
|
| @@ -241,7 +241,7 @@ bool VolumeSupportsADS(const base::FilePath& path) {
|
| bool HasInternetZoneIdentifier(const base::FilePath& full_path) {
|
| base::FilePath zone_path(full_path.value() + L":Zone.Identifier");
|
| std::string zone_path_contents;
|
| - if (!file_util::ReadFileToString(zone_path, &zone_path_contents))
|
| + if (!base::ReadFileToString(zone_path, &zone_path_contents))
|
| return false;
|
|
|
| std::vector<std::string> lines;
|
|
|