| Index: chrome/test/perf/generate_profile.cc
|
| diff --git a/chrome/test/perf/generate_profile.cc b/chrome/test/perf/generate_profile.cc
|
| index d45dc38e9d65c707a3d5b71218efb17ec477b507..b07f17421effa19aa0ff256eb9613fd0239a5e39 100644
|
| --- a/chrome/test/perf/generate_profile.cc
|
| +++ b/chrome/test/perf/generate_profile.cc
|
| @@ -256,7 +256,7 @@ bool GenerateProfile(GenerateProfileTypes types,
|
| base::FilePath path = file_iterator.Next();
|
| while (!path.empty()) {
|
| base::FilePath dst_file = dst_dir.Append(path.BaseName());
|
| - file_util::Delete(dst_file, false);
|
| + base::Delete(dst_file, false);
|
| if (!file_util::CopyFile(path, dst_file)) {
|
| PLOG(ERROR) << "Copying file failed";
|
| return false;
|
|
|