| Index: chrome/browser/safe_browsing/incident_reporting/incident_report_uploader_impl.h
|
| diff --git a/chrome/browser/safe_browsing/incident_reporting/incident_report_uploader_impl.h b/chrome/browser/safe_browsing/incident_reporting/incident_report_uploader_impl.h
|
| index 9672c5a90c72018593af22b804b27684d722f362..83aadd925c3534959ca3504f4899b8500185d600 100644
|
| --- a/chrome/browser/safe_browsing/incident_reporting/incident_report_uploader_impl.h
|
| +++ b/chrome/browser/safe_browsing/incident_reporting/incident_report_uploader_impl.h
|
| @@ -54,7 +54,7 @@ class IncidentReportUploaderImpl : public IncidentReportUploader,
|
| static GURL GetIncidentReportUrl();
|
|
|
| // net::URLFetcherDelegate methods.
|
| - virtual void OnURLFetchComplete(const net::URLFetcher* source) OVERRIDE;
|
| + virtual void OnURLFetchComplete(const net::URLFetcher* source) override;
|
|
|
| // The underlying URL fetcher. The instance is alive from construction through
|
| // OnURLFetchComplete.
|
|
|