| Index: content/browser/download/drag_download_util.h
|
| diff --git a/content/browser/download/drag_download_util.h b/content/browser/download/drag_download_util.h
|
| index 8b58f4840e2d2331abc1025065f002cb4fe9b79a..ca266efa622e6a84eb7efa78edc3ccc35093a735 100644
|
| --- a/content/browser/download/drag_download_util.h
|
| +++ b/content/browser/download/drag_download_util.h
|
| @@ -32,8 +32,8 @@ namespace content {
|
| // appropriately.
|
| // For example, we can have
|
| // text/plain:example.txt:http://example.com/example.txt
|
| -bool ParseDownloadMetadata(const string16& metadata,
|
| - string16* mime_type,
|
| +bool ParseDownloadMetadata(const base::string16& metadata,
|
| + base::string16* mime_type,
|
| base::FilePath* file_name,
|
| GURL* url);
|
|
|
|
|