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

Unified Diff: components/component_updater/background_downloader_win.h

Issue 623133002: replace OVERRIDE and FINAL with override and final in components/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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: components/component_updater/background_downloader_win.h
diff --git a/components/component_updater/background_downloader_win.h b/components/component_updater/background_downloader_win.h
index 66cabe12d115cda68ce2f4d6e37385c668567df0..fe4a919ab0269d0b2577100f54ca9dc3ea300496 100644
--- a/components/component_updater/background_downloader_win.h
+++ b/components/component_updater/background_downloader_win.h
@@ -42,7 +42,7 @@ class BackgroundDownloader : public CrxDownloader {
private:
// Overrides for CrxDownloader.
- virtual void DoStartDownload(const GURL& url) OVERRIDE;
+ virtual void DoStartDownload(const GURL& url) override;
// Called asynchronously on the |task_runner_| at different stages during
// the download. |OnDownloading| can be called multiple times.
« no previous file with comments | « components/cdm/browser/cdm_message_filter_android.h ('k') | components/component_updater/component_patcher_operation.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698