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

Unified Diff: components/component_updater/request_sender.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/request_sender.h
diff --git a/components/component_updater/request_sender.h b/components/component_updater/request_sender.h
index 77d9964eb0f6215029a16aa67a0d03b5c1b419b9..2abcf474bf1754dbfe3e8b56f86410a79b77affe 100644
--- a/components/component_updater/request_sender.h
+++ b/components/component_updater/request_sender.h
@@ -44,7 +44,7 @@ class RequestSender : public net::URLFetcherDelegate {
void SendInternal();
// Overrides for URLFetcherDelegate.
- virtual void OnURLFetchComplete(const net::URLFetcher* source) OVERRIDE;
+ virtual void OnURLFetchComplete(const net::URLFetcher* source) override;
const Configurator& config_;
std::vector<GURL> urls_;

Powered by Google App Engine
This is Rietveld 408576698