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

Unified Diff: components/component_updater/update_checker.cc

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/update_checker.cc
diff --git a/components/component_updater/update_checker.cc b/components/component_updater/update_checker.cc
index cef39120f06a81d49f1ea2c98c6944261878ef61..3bfff63980a9004ad948bd605cca3e39910b3f49 100644
--- a/components/component_updater/update_checker.cc
+++ b/components/component_updater/update_checker.cc
@@ -85,7 +85,7 @@ class UpdateCheckerImpl : public UpdateChecker {
virtual bool CheckForUpdates(
const std::vector<CrxUpdateItem*>& items_to_check,
const std::string& additional_attributes,
- const UpdateCheckCallback& update_check_callback) OVERRIDE;
+ const UpdateCheckCallback& update_check_callback) override;
private:
void OnRequestSenderComplete(const net::URLFetcher* source);

Powered by Google App Engine
This is Rietveld 408576698