| Index: base/file_util_mac.mm
|
| diff --git a/base/file_util_mac.mm b/base/file_util_mac.mm
|
| index f8a6b6301f5104a4b1d760a735b1a0949683a10e..7a994267c1ddddeaec2dfc15f7530396c974bbc6 100644
|
| --- a/base/file_util_mac.mm
|
| +++ b/base/file_util_mac.mm
|
| @@ -19,7 +19,7 @@ namespace internal {
|
| bool CopyFileUnsafe(const FilePath& from_path, const FilePath& to_path) {
|
| ThreadRestrictions::AssertIOAllowed();
|
| return (copyfile(from_path.value().c_str(),
|
| - to_path.value().c_str(), NULL, COPYFILE_ALL) == 0);
|
| + to_path.value().c_str(), NULL, COPYFILE_DATA) == 0);
|
| }
|
|
|
| } // namespace internal
|
|
|