| Index: content/public/browser/download_item.h
|
| diff --git a/content/public/browser/download_item.h b/content/public/browser/download_item.h
|
| index a13b89d84632f46dd6eeffc5575a532aa466203e..ed6cd3eea4b819fdca161b781ce742ca0ea5be27 100644
|
| --- a/content/public/browser/download_item.h
|
| +++ b/content/public/browser/download_item.h
|
| @@ -99,7 +99,7 @@ class CONTENT_EXPORT DownloadItem : public base::SupportsUserData {
|
| virtual ~Observer() {}
|
| };
|
|
|
| - virtual ~DownloadItem() {}
|
| + ~DownloadItem() override {}
|
|
|
| // Observation ---------------------------------------------------------------
|
|
|
|
|