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

Unified Diff: components/domain_reliability/util.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
« no previous file with comments | « components/domain_reliability/uploader.cc ('k') | components/domain_reliability/util.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/domain_reliability/util.h
diff --git a/components/domain_reliability/util.h b/components/domain_reliability/util.h
index bbb0243b246fc452707c8129ea866621e35cfdb5..6b142c662282ea331de9818b6b4598b6a02aeea2 100644
--- a/components/domain_reliability/util.h
+++ b/components/domain_reliability/util.h
@@ -77,9 +77,9 @@ class DOMAIN_RELIABILITY_EXPORT ActualTime : public MockableTime {
virtual ~ActualTime();
// MockableTime implementation:
- virtual base::Time Now() OVERRIDE;
- virtual base::TimeTicks NowTicks() OVERRIDE;
- virtual scoped_ptr<MockableTime::Timer> CreateTimer() OVERRIDE;
+ virtual base::Time Now() override;
+ virtual base::TimeTicks NowTicks() override;
+ virtual scoped_ptr<MockableTime::Timer> CreateTimer() override;
};
} // namespace domain_reliability
« no previous file with comments | « components/domain_reliability/uploader.cc ('k') | components/domain_reliability/util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698