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

Unified Diff: components/webdata/common/web_data_results.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/webdata/common/web_data_results.h
diff --git a/components/webdata/common/web_data_results.h b/components/webdata/common/web_data_results.h
index 1878dc0cc1842534fcea267c2ace889cf0d48bf1..247d99f44fccfa5cd131d985edbdd4f33fc79055 100644
--- a/components/webdata/common/web_data_results.h
+++ b/components/webdata/common/web_data_results.h
@@ -98,7 +98,7 @@ template <class T> class WDDestroyableResult : public WDTypedResult {
}
- virtual void Destroy() OVERRIDE {
+ virtual void Destroy() override {
if (!callback_.is_null()) {
callback_.Run(this);
}

Powered by Google App Engine
This is Rietveld 408576698