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

Unified Diff: chrome/browser/net/evicted_domain_cookie_counter.cc

Issue 624173002: replace OVERRIDE and FINAL with override and final in chrome/browser/[j-q]* (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase on master 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: chrome/browser/net/evicted_domain_cookie_counter.cc
diff --git a/chrome/browser/net/evicted_domain_cookie_counter.cc b/chrome/browser/net/evicted_domain_cookie_counter.cc
index abf44af00e911a5278c97a34c43a60009c90ed48..ebfc6a484eae1177f6ef8e8bcdfd7e9d3d067f0c 100644
--- a/chrome/browser/net/evicted_domain_cookie_counter.cc
+++ b/chrome/browser/net/evicted_domain_cookie_counter.cc
@@ -30,8 +30,8 @@ class DelegateImpl : public EvictedDomainCookieCounter::Delegate {
// EvictedDomainCookieCounter::Delegate implementation.
virtual void Report(
const EvictedDomainCookieCounter::EvictedCookie& evicted_cookie,
- const Time& reinstatement_time) OVERRIDE;
- virtual Time CurrentTime() const OVERRIDE;
+ const Time& reinstatement_time) override;
+ virtual Time CurrentTime() const override;
};
DelegateImpl::DelegateImpl() {}
« no previous file with comments | « chrome/browser/net/evicted_domain_cookie_counter.h ('k') | chrome/browser/net/evicted_domain_cookie_counter_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698