Index: chrome/browser/safe_browsing/download_feedback.cc |
diff --git a/chrome/browser/safe_browsing/download_feedback.cc b/chrome/browser/safe_browsing/download_feedback.cc |
index dfa248b1f86d97f3fe7000961adc7a38b715571c..27f4008ceb85f532ffd65bfc1b6bf5dc8e1d8820 100644 |
--- a/chrome/browser/safe_browsing/download_feedback.cc |
+++ b/chrome/browser/safe_browsing/download_feedback.cc |
@@ -38,15 +38,15 @@ class DownloadFeedbackImpl : public DownloadFeedback { |
const base::FilePath& file_path, |
const std::string& ping_request, |
const std::string& ping_response); |
- virtual ~DownloadFeedbackImpl(); |
+ ~DownloadFeedbackImpl() override; |
- virtual void Start(const base::Closure& finish_callback) override; |
+ void Start(const base::Closure& finish_callback) override; |
- virtual const std::string& GetPingRequestForTesting() const override { |
+ const std::string& GetPingRequestForTesting() const override { |
return ping_request_; |
} |
- virtual const std::string& GetPingResponseForTesting() const override { |
+ const std::string& GetPingResponseForTesting() const override { |
return ping_response_; |
} |