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

Unified Diff: chrome/browser/history/android/visit_sql_handler.h

Issue 625113002: replace OVERRIDE and FINAL with override and final in chrome/browser/[a-i]* (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix newly added OVERRIDEs 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 | « chrome/browser/history/android/urls_sql_handler.h ('k') | chrome/browser/history/chrome_history_client.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/history/android/visit_sql_handler.h
diff --git a/chrome/browser/history/android/visit_sql_handler.h b/chrome/browser/history/android/visit_sql_handler.h
index 69b0915b65c749df8c12bd4fa8dae91348af7d64..0e6b8044b7367eb520075db53d3517c768b3e3be 100644
--- a/chrome/browser/history/android/visit_sql_handler.h
+++ b/chrome/browser/history/android/visit_sql_handler.h
@@ -23,9 +23,9 @@ class VisitSQLHandler : public SQLHandler {
// Overriden from SQLHandler.
virtual bool Update(const HistoryAndBookmarkRow& row,
- const TableIDRows& ids_set) OVERRIDE;
- virtual bool Insert(HistoryAndBookmarkRow* row) OVERRIDE;
- virtual bool Delete(const TableIDRows& ids_set) OVERRIDE;
+ const TableIDRows& ids_set) override;
+ virtual bool Insert(HistoryAndBookmarkRow* row) override;
+ virtual bool Delete(const TableIDRows& ids_set) override;
private:
// Add a row in visit table with the given |url_id| and |visit_time|.
« no previous file with comments | « chrome/browser/history/android/urls_sql_handler.h ('k') | chrome/browser/history/chrome_history_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698