| Index: tools/memory_watcher/memory_watcher.cc
|
| diff --git a/tools/memory_watcher/memory_watcher.cc b/tools/memory_watcher/memory_watcher.cc
|
| index 1aeb6a43ddee30f511efc33dc17f0db143ecb191..4743a37840c867fadaa543537b8e9d38a3bdb8b4 100644
|
| --- a/tools/memory_watcher/memory_watcher.cc
|
| +++ b/tools/memory_watcher/memory_watcher.cc
|
| @@ -82,8 +82,8 @@ void MemoryWatcher::CloseLogFile() {
|
| file_ = NULL;
|
| std::wstring tmp_name = ASCIIToWide(file_name_);
|
| tmp_name += L".tmp";
|
| - file_util::Move(base::FilePath(tmp_name),
|
| - base::FilePath(ASCIIToWide(file_name_)));
|
| + base::Move(base::FilePath(tmp_name),
|
| + base::FilePath(ASCIIToWide(file_name_)));
|
| }
|
| }
|
|
|
|
|