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

Unified Diff: components/metrics/daily_event_unittest.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
« no previous file with comments | « components/leveldb_proto/testing/fake_db.h ('k') | components/metrics/gpu/gpu_metrics_provider.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/metrics/daily_event_unittest.cc
diff --git a/components/metrics/daily_event_unittest.cc b/components/metrics/daily_event_unittest.cc
index 4253c1304539904ebc014fd0bd8c084294c231fa..a43b60b4bed7d1c4b96b2b50e7ed8ac3e122142d 100644
--- a/components/metrics/daily_event_unittest.cc
+++ b/components/metrics/daily_event_unittest.cc
@@ -20,7 +20,7 @@ class TestDailyObserver : public DailyEvent::Observer {
bool fired() const { return fired_; }
- virtual void OnDailyEvent() OVERRIDE {
+ virtual void OnDailyEvent() override {
fired_ = true;
}
« no previous file with comments | « components/leveldb_proto/testing/fake_db.h ('k') | components/metrics/gpu/gpu_metrics_provider.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698