| Index: chrome/browser/page_cycler/page_cycler.cc
|
| diff --git a/chrome/browser/page_cycler/page_cycler.cc b/chrome/browser/page_cycler/page_cycler.cc
|
| index 4912fe7f74dcd841755f32914533a5ff5b59b16f..0d10e083c77fa3502b61193dc4b25b752ef11bb3 100644
|
| --- a/chrome/browser/page_cycler/page_cycler.cc
|
| +++ b/chrome/browser/page_cycler/page_cycler.cc
|
| @@ -222,7 +222,7 @@ void PageCycler::WriteResultsOnBackgroundThread(const std::string& output) {
|
| error_.size());
|
| } else if (file_util::PathExists(errors_file_)) {
|
| // If there is an old error file, delete it to avoid confusion.
|
| - file_util::Delete(errors_file_, false);
|
| + base::Delete(errors_file_, false);
|
| }
|
| }
|
| if (aborted_) {
|
|
|