| 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 0a149d6f0453dd452e9be0b0c92a12d7849de26f..dfa248b1f86d97f3fe7000961adc7a38b715571c 100644
|
| --- a/chrome/browser/safe_browsing/download_feedback.cc
|
| +++ b/chrome/browser/safe_browsing/download_feedback.cc
|
| @@ -40,13 +40,13 @@ class DownloadFeedbackImpl : public DownloadFeedback {
|
| const std::string& ping_response);
|
| virtual ~DownloadFeedbackImpl();
|
|
|
| - virtual void Start(const base::Closure& finish_callback) OVERRIDE;
|
| + virtual void Start(const base::Closure& finish_callback) override;
|
|
|
| - virtual const std::string& GetPingRequestForTesting() const OVERRIDE {
|
| + virtual const std::string& GetPingRequestForTesting() const override {
|
| return ping_request_;
|
| }
|
|
|
| - virtual const std::string& GetPingResponseForTesting() const OVERRIDE {
|
| + virtual const std::string& GetPingResponseForTesting() const override {
|
| return ping_response_;
|
| }
|
|
|
|
|