| 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 8c5069fd1fd120dc74b6580c2c5f03ab0730dc24..65cb42a80a459ab3bdd9ae90225fc9a5d87ee1ce 100644
|
| --- a/chrome/installer/tools/validate_installation_main.cc
|
| +++ b/chrome/installer/tools/validate_installation_main.cc
|
| @@ -80,7 +80,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)
|
| + if (base::GetFileSize(log_file_path_, &file_size) && file_size == 0)
|
| base::DeleteFile(log_file_path_, false);
|
| }
|
|
|
|
|