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

Unified Diff: chrome/browser/sync/glue/typed_url_data_type_controller.cc

Issue 629603002: replace OVERRIDE and FINAL with override and final in chrome/browser/[r-z]* (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/sync/glue/typed_url_data_type_controller.cc
diff --git a/chrome/browser/sync/glue/typed_url_data_type_controller.cc b/chrome/browser/sync/glue/typed_url_data_type_controller.cc
index bf43c95f70b893b75153c1add5b0e3d4acbcfc0d..93cb40d2dd067e223d9c17c50c501e57c3efafb0 100644
--- a/chrome/browser/sync/glue/typed_url_data_type_controller.cc
+++ b/chrome/browser/sync/glue/typed_url_data_type_controller.cc
@@ -39,7 +39,7 @@ class RunTaskOnHistoryThread : public history::HistoryDBTask {
}
virtual bool RunOnDBThread(history::HistoryBackend* backend,
- history::HistoryDatabase* db) OVERRIDE {
+ history::HistoryDatabase* db) override {
// Set the backend, then release our reference before executing the task.
dtc_->SetBackend(backend);
dtc_ = NULL;
@@ -53,7 +53,7 @@ class RunTaskOnHistoryThread : public history::HistoryDBTask {
return true;
}
- virtual void DoneRunOnMainThread() OVERRIDE {}
+ virtual void DoneRunOnMainThread() override {}
protected:
virtual ~RunTaskOnHistoryThread() {}
« no previous file with comments | « chrome/browser/sync/glue/typed_url_data_type_controller.h ('k') | chrome/browser/sync/glue/typed_url_model_associator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698