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

Unified Diff: chrome/browser/download/download_status_updater.h

Issue 625113002: replace OVERRIDE and FINAL with override and final in chrome/browser/[a-i]* (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix newly added OVERRIDEs 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/download/download_status_updater.h
diff --git a/chrome/browser/download/download_status_updater.h b/chrome/browser/download/download_status_updater.h
index 22083a3fcb09103408226719d0eabce1a366b466..01dd5ae8bbcc138d4fa3f8558c8e1e25ed35b7c2 100644
--- a/chrome/browser/download/download_status_updater.h
+++ b/chrome/browser/download/download_status_updater.h
@@ -34,9 +34,9 @@ class DownloadStatusUpdater
// AllDownloadItemNotifier::Observer
virtual void OnDownloadCreated(
- content::DownloadManager* manager, content::DownloadItem* item) OVERRIDE;
+ content::DownloadManager* manager, content::DownloadItem* item) override;
virtual void OnDownloadUpdated(
- content::DownloadManager* manager, content::DownloadItem* item) OVERRIDE;
+ content::DownloadManager* manager, content::DownloadItem* item) override;
protected:
// Platform-specific function to update the platform UI for download progress.
« no previous file with comments | « chrome/browser/download/download_shelf_unittest.cc ('k') | chrome/browser/download/download_status_updater_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698