Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4306)

Unified Diff: chrome/browser/safe_browsing/download_feedback.cc

Issue 629603002: replace OVERRIDE and FINAL with override and final in chrome/browser/[r-z]* (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase on master Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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_;
}
« no previous file with comments | « chrome/browser/safe_browsing/database_manager.h ('k') | chrome/browser/safe_browsing/download_feedback_service_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698