| 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 8a60f44410deef7dc98d250409673111a7de2a0d..d16edf2b86739251e2959eb5f45a693eba7e54eb 100644
|
| --- a/content/browser/download/file_metadata_mac.mm
|
| +++ b/content/browser/download/file_metadata_mac.mm
|
| @@ -35,7 +35,7 @@ namespace content {
|
| // There is no documented API to set metadata on a file directly as of the
|
| // 10.5 SDK. The MDSetItemAttribute function does exist to perform this task,
|
| // but it's undocumented.
|
| -void AddOriginMetadataToFile(const FilePath& file, const GURL& source,
|
| +void AddOriginMetadataToFile(const base::FilePath& file, const GURL& source,
|
| const GURL& referrer) {
|
| // There's no declaration for MDItemSetAttribute in any known public SDK.
|
| // It exists in the 10.4 and 10.5 runtimes. To play it safe, do the lookup
|
|
|