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

Unified Diff: components/domain_reliability/util.h

Issue 824513003: Standardize usage of virtual/override/final specifiers in components/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 6 years 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/domain_reliability/util.h
diff --git a/components/domain_reliability/util.h b/components/domain_reliability/util.h
index fae5a4061450cc09b3e06e46197b8ce0ff12596a..4256b059cbd0a4e41d76051b3c02f072ca67622a 100644
--- a/components/domain_reliability/util.h
+++ b/components/domain_reliability/util.h
@@ -104,10 +104,10 @@ class MockableTimeBackoffEntry : public net::BackoffEntry {
MockableTimeBackoffEntry(const net::BackoffEntry::Policy* const policy,
MockableTime* time);
- virtual ~MockableTimeBackoffEntry();
+ ~MockableTimeBackoffEntry() override;
protected:
- virtual base::TimeTicks ImplGetTimeNow() const override;
+ base::TimeTicks ImplGetTimeNow() const override;
private:
MockableTime* time_;
« no previous file with comments | « components/domain_reliability/monitor.h ('k') | components/google/core/browser/google_url_tracker_map_entry.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698