Chromium Code Reviews| Index: components/download/internal/entry.h |
| diff --git a/components/download/internal/entry.h b/components/download/internal/entry.h |
| index 9ba0c4275271e9675a4a48952a411adbcc76a9c0..7e971c079c01391a73d67ad3fa3df8afea40a042 100644 |
| --- a/components/download/internal/entry.h |
| +++ b/components/download/internal/entry.h |
| @@ -43,6 +43,7 @@ struct Entry { |
| Entry(); |
| Entry(const Entry& other); |
| + explicit Entry(const DownloadParams& params); |
| ~Entry(); |
| // The feature that is requesting this download. |