Index: base/file_util_mac.mm |
=================================================================== |
--- base/file_util_mac.mm (revision 180593) |
+++ base/file_util_mac.mm (working copy) |
@@ -27,7 +27,7 @@ |
return GetTempDir(path); |
} |
-bool CopyFile(const FilePath& from_path, const FilePath& to_path) { |
+bool CopyFileUnsafe(const FilePath& from_path, const FilePath& to_path) { |
base::ThreadRestrictions::AssertIOAllowed(); |
return (copyfile(from_path.value().c_str(), |
to_path.value().c_str(), NULL, COPYFILE_ALL) == 0); |