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