diff options
Diffstat (limited to 'chrome/browser/crash_upload_list.h')
-rw-r--r-- | chrome/browser/crash_upload_list.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/crash_upload_list.h b/chrome/browser/crash_upload_list.h index f0b201c..c81caef 100644 --- a/chrome/browser/crash_upload_list.h +++ b/chrome/browser/crash_upload_list.h @@ -22,7 +22,7 @@ class CrashUploadList : public UploadList { CrashUploadList(Delegate* delegate, const base::FilePath& upload_log_path); protected: - virtual ~CrashUploadList(); + ~CrashUploadList() override; private: DISALLOW_COPY_AND_ASSIGN(CrashUploadList); |