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

Unified Diff: chrome/browser/history/history_service.cc

Issue 652103003: replace newly added OVERRIDEs with override in chrome/browser/history/ (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 | « chrome/browser/history/chrome_history_client.h ('k') | chrome/browser/history/in_memory_history_backend.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/history/history_service.cc
diff --git a/chrome/browser/history/history_service.cc b/chrome/browser/history/history_service.cc
index 114ac8ea83e1701fd6774ce152401cd3a2a6c6b6..88e88c5cdc618e5c4b7d0bbe77499e1462a585ba 100644
--- a/chrome/browser/history/history_service.cc
+++ b/chrome/browser/history/history_service.cc
@@ -176,7 +176,7 @@ class HistoryService::BackendDelegate : public HistoryBackend::Delegate {
virtual void NotifyURLVisited(ui::PageTransition transition,
const history::URLRow& row,
const history::RedirectList& redirects,
- base::Time visit_time) OVERRIDE {
+ base::Time visit_time) override {
service_task_runner_->PostTask(FROM_HERE,
base::Bind(&HistoryService::NotifyURLVisited,
history_service_,
« no previous file with comments | « chrome/browser/history/chrome_history_client.h ('k') | chrome/browser/history/in_memory_history_backend.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698