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

Unified Diff: components/webdata/common/web_database_service.cc

Issue 623133002: replace OVERRIDE and FINAL with override and final in components/ (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 | « components/webdata/common/web_data_service_test_util.h ('k') | components/wifi/fake_wifi_service.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/webdata/common/web_database_service.cc
diff --git a/components/webdata/common/web_database_service.cc b/components/webdata/common/web_database_service.cc
index 101c7de3a956de5f979bcc6c4a6e585fcc5827f8..4010c51c97a074b7e39048698f9e4e6f042e9c6a 100644
--- a/components/webdata/common/web_database_service.cc
+++ b/components/webdata/common/web_database_service.cc
@@ -25,7 +25,7 @@ class WebDatabaseService::BackendDelegate :
callback_thread_(base::MessageLoopProxy::current()) {
}
- virtual void DBLoaded(sql::InitStatus status) OVERRIDE {
+ virtual void DBLoaded(sql::InitStatus status) override {
callback_thread_->PostTask(
FROM_HERE,
base::Bind(&WebDatabaseService::OnDatabaseLoadDone,
« no previous file with comments | « components/webdata/common/web_data_service_test_util.h ('k') | components/wifi/fake_wifi_service.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698