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

Unified Diff: chrome/browser/download/download_ui_controller.cc

Issue 885283009: Update {virtual,override,final} to follow C++11 style. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 11 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
« no previous file with comments | « chrome/browser/chrome_browser_main_android.h ('k') | chrome/browser/google/google_search_counter_android.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/download/download_ui_controller.cc
diff --git a/chrome/browser/download/download_ui_controller.cc b/chrome/browser/download/download_ui_controller.cc
index 6f8b2199d26197b06f542f3e883d4c7859914d12..5c249cd3f5f9ef2858758f9265bac233a59e8ed7 100644
--- a/chrome/browser/download/download_ui_controller.cc
+++ b/chrome/browser/download/download_ui_controller.cc
@@ -29,11 +29,11 @@ class DefaultUIControllerDelegateAndroid
: public DownloadUIController::Delegate {
public:
DefaultUIControllerDelegateAndroid() {}
- virtual ~DefaultUIControllerDelegateAndroid() {}
+ ~DefaultUIControllerDelegateAndroid() override {}
private:
// DownloadUIController::Delegate
- virtual void OnNewDownloadReady(content::DownloadItem* item) override;
+ void OnNewDownloadReady(content::DownloadItem* item) override;
};
void DefaultUIControllerDelegateAndroid::OnNewDownloadReady(
« no previous file with comments | « chrome/browser/chrome_browser_main_android.h ('k') | chrome/browser/google/google_search_counter_android.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698