| Index: chrome/installer/tools/validate_installation_main.cc
 | 
| diff --git a/chrome/installer/tools/validate_installation_main.cc b/chrome/installer/tools/validate_installation_main.cc
 | 
| index 453f3443d505e69ae849082f758d26d1f7dc55ad..1fd86dee39dd373533a712b0babd9e4c2fc1c4fa 100644
 | 
| --- a/chrome/installer/tools/validate_installation_main.cc
 | 
| +++ b/chrome/installer/tools/validate_installation_main.cc
 | 
| @@ -81,7 +81,7 @@ ConsoleLogHelper::~ConsoleLogHelper() {
 | 
|    // Delete the log file if it wasn't written to (this is expected).
 | 
|    int64 file_size = 0;
 | 
|    if (file_util::GetFileSize(log_file_path_, &file_size) && file_size == 0)
 | 
| -    file_util::Delete(log_file_path_, false);
 | 
| +    base::Delete(log_file_path_, false);
 | 
|  }
 | 
|  
 | 
|  // Returns the path to the log file to create.  The file should be empty at
 | 
| 
 |