| Index: chrome/browser/chromeos/system/timezone_settings.cc
|
| diff --git a/chrome/browser/chromeos/system/timezone_settings.cc b/chrome/browser/chromeos/system/timezone_settings.cc
|
| index 54170eeef3579cdb7395db8f024a0d88edfa4b92..c46e1b2c5dcefd76eeee74be244e6fbaed92584e 100644
|
| --- a/chrome/browser/chromeos/system/timezone_settings.cc
|
| +++ b/chrome/browser/chromeos/system/timezone_settings.cc
|
| @@ -208,7 +208,7 @@ void SetTimezoneIDFromString(const std::string& id) {
|
| }
|
|
|
| // Delete old symlink2 if it exists.
|
| - file_util::Delete(timezone_symlink2, false);
|
| + base::Delete(timezone_symlink2, false);
|
|
|
| // Create new symlink2.
|
| if (symlink(timezone_file.value().c_str(),
|
|
|