Index: chrome/browser/history/expire_history_backend.cc |
diff --git a/chrome/browser/history/expire_history_backend.cc b/chrome/browser/history/expire_history_backend.cc |
index 7c6de26fd1ad1202aae4c6440061edffe73bacd7..e874d19b831782fcd17be417836f736266ccefab 100644 |
--- a/chrome/browser/history/expire_history_backend.cc |
+++ b/chrome/browser/history/expire_history_backend.cc |
@@ -47,7 +47,7 @@ class AllVisitsReader : public ExpiringVisitsReader { |
virtual bool Read(base::Time end_time, |
HistoryDatabase* db, |
VisitVector* visits, |
- int max_visits) const OVERRIDE { |
+ int max_visits) const override { |
DCHECK(db) << "must have a database to operate upon"; |
DCHECK(visits) << "visit vector has to exist in order to populate it"; |
@@ -69,7 +69,7 @@ class AutoSubframeVisitsReader : public ExpiringVisitsReader { |
virtual bool Read(base::Time end_time, |
HistoryDatabase* db, |
VisitVector* visits, |
- int max_visits) const OVERRIDE { |
+ int max_visits) const override { |
DCHECK(db) << "must have a database to operate upon"; |
DCHECK(visits) << "visit vector has to exist in order to populate it"; |