| Index: content/browser/download/file_metadata_mac.mm
|
| diff --git a/content/browser/download/file_metadata_mac.mm b/content/browser/download/file_metadata_mac.mm
|
| index d16edf2b86739251e2959eb5f45a693eba7e54eb..0a45cdbc38f6bb35caef871fc9a2f7a10bc5ef08 100644
|
| --- a/content/browser/download/file_metadata_mac.mm
|
| +++ b/content/browser/download/file_metadata_mac.mm
|
| @@ -96,7 +96,7 @@ void AddOriginMetadataToFile(const base::FilePath& file, const GURL& source,
|
| // LSFileQuarantineEnabled entry in our Info.plist, but it knows relatively
|
| // little about the files. We add more information about the download to
|
| // improve the UI shown by the OS when the users tries to open the file.
|
| -void AddQuarantineMetadataToFile(const FilePath& file, const GURL& source,
|
| +void AddQuarantineMetadataToFile(const base::FilePath& file, const GURL& source,
|
| const GURL& referrer) {
|
| FSRef file_ref;
|
| if (!base::mac::FSRefFromPath(file.value(), &file_ref))
|
|
|