| Index: chrome/browser/safe_browsing/safe_browsing_store_file.cc
|
| diff --git a/chrome/browser/safe_browsing/safe_browsing_store_file.cc b/chrome/browser/safe_browsing/safe_browsing_store_file.cc
|
| index 7f35b6fc65713eba642a8a0d913e7db7c363f728..234716c8c7421f2ff77f2af801c3b947a3e511d8 100644
|
| --- a/chrome/browser/safe_browsing/safe_browsing_store_file.cc
|
| +++ b/chrome/browser/safe_browsing/safe_browsing_store_file.cc
|
| @@ -659,7 +659,7 @@ bool SafeBrowsingStoreFile::DoUpdate(
|
| return false;
|
|
|
| const base::FilePath new_filename = TemporaryFileForFilename(filename_);
|
| - if (!file_util::Move(new_filename, filename_))
|
| + if (!base::Move(new_filename, filename_))
|
| return false;
|
|
|
| // Record counts before swapping to caller.
|
|
|