Index: chrome/browser/safe_browsing/incident_reporting/last_download_finder.h |
diff --git a/chrome/browser/safe_browsing/incident_reporting/last_download_finder.h b/chrome/browser/safe_browsing/incident_reporting/last_download_finder.h |
index 80d9694f960413075649ed335ad112ddc6272af2..233773be4426e7b8a02ba1fc0eb4d54da6ee986f 100644 |
--- a/chrome/browser/safe_browsing/incident_reporting/last_download_finder.h |
+++ b/chrome/browser/safe_browsing/incident_reporting/last_download_finder.h |
@@ -42,7 +42,7 @@ class LastDownloadFinder : public content::NotificationObserver { |
typedef base::Callback<void(scoped_ptr<ClientIncidentReport_DownloadDetails>)> |
LastDownloadCallback; |
- virtual ~LastDownloadFinder(); |
+ ~LastDownloadFinder() override; |
// Initiates an asynchronous search for the most recent download. |callback| |
// will be run when the search is complete. The returned instance can be |
@@ -89,9 +89,9 @@ class LastDownloadFinder : public content::NotificationObserver { |
void ReportResults(); |
// content::NotificationObserver methods. |
- virtual void Observe(int type, |
- const content::NotificationSource& source, |
- const content::NotificationDetails& details) override; |
+ void Observe(int type, |
+ const content::NotificationSource& source, |
+ const content::NotificationDetails& details) override; |
// Caller-supplied callback to be invoked when the most recent download is |
// found. |