Chromium Code Reviews| Index: content/browser/download/download_item_impl_delegate.h |
| diff --git a/content/browser/download/download_item_impl_delegate.h b/content/browser/download/download_item_impl_delegate.h |
| index 72e079b89630673cae049b706f29db81480f8fef..70dedd4e79f55fa457ab1c750322760959c6d786 100644 |
| --- a/content/browser/download/download_item_impl_delegate.h |
| +++ b/content/browser/download/download_item_impl_delegate.h |
| @@ -26,8 +26,8 @@ class CONTENT_EXPORT DownloadItemImplDelegate { |
| const base::FilePath&, // Target path |
| DownloadItem::TargetDisposition, // overwrite/uniquify target |
| DownloadDangerType, |
| - const base::FilePath& // Intermediate file path |
| - )> DownloadTargetCallback; |
| + const base::FilePath& // Intermediate file path |
|
svaldez
2015/11/11 20:42:41
Might want to exclude this change, or unify spacin
asanka
2015/11/11 20:57:25
This was 'git cl format's doing. But removed since
|
| + )> DownloadTargetCallback; |
| // The boolean argument indicates whether or not the download was |
| // actually opened. |