| 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 c46e1b2c5dcefd76eeee74be244e6fbaed92584e..5aa659381083024aa5cf332d11f6089cf8f87101 100644
|
| --- a/chrome/browser/chromeos/system/timezone_settings.cc
|
| +++ b/chrome/browser/chromeos/system/timezone_settings.cc
|
| @@ -219,7 +219,7 @@ void SetTimezoneIDFromString(const std::string& id) {
|
| }
|
|
|
| // Move symlink2 to symlink.
|
| - if (!file_util::ReplaceFile(timezone_symlink2, timezone_symlink)) {
|
| + if (!base::ReplaceFile(timezone_symlink2, timezone_symlink, NULL)) {
|
| LOG(ERROR) << "SetTimezoneID: Unable to move symlink "
|
| << timezone_symlink2.value() << " to "
|
| << timezone_symlink.value();
|
|
|