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

Unified Diff: chrome/browser/history/android/android_provider_backend_unittest.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 | « no previous file | 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/android_provider_backend_unittest.cc
diff --git a/chrome/browser/history/android/android_provider_backend_unittest.cc b/chrome/browser/history/android/android_provider_backend_unittest.cc
index d269906c0d2331e133eb904fb1bad07741c31cd6..e5cac63f906e1d0be983d83beac5f5856f033f7b 100644
--- a/chrome/browser/history/android/android_provider_backend_unittest.cc
+++ b/chrome/browser/history/android/android_provider_backend_unittest.cc
@@ -79,7 +79,7 @@ class AndroidProviderBackendDelegate : public HistoryBackend::Delegate {
virtual void NotifyURLVisited(ui::PageTransition,
const history::URLRow& row,
const history::RedirectList& redirects,
- base::Time visit_time) OVERRIDE {}
+ base::Time visit_time) override {}
virtual void BroadcastNotifications(
int type,
scoped_ptr<HistoryDetails> details) override {
« no previous file with comments | « no previous file | chrome/browser/history/chrome_history_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698