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

Unified Diff: chrome/browser/password_manager/password_store_win.cc

Issue 624173002: replace OVERRIDE and FINAL with override and final in chrome/browser/[j-q]* (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/password_manager/password_store_win.cc
diff --git a/chrome/browser/password_manager/password_store_win.cc b/chrome/browser/password_manager/password_store_win.cc
index 9079891f7e845855d9b84eccdbf511da4e8ab19b..4d9d212a0a61709c76654c49a3ffae5247582062 100644
--- a/chrome/browser/password_manager/password_store_win.cc
+++ b/chrome/browser/password_manager/password_store_win.cc
@@ -63,7 +63,7 @@ class PasswordStoreWin::DBHandler : public WebDataServiceConsumer {
// WebDataServiceConsumer implementation.
virtual void OnWebDataServiceRequestDone(
PasswordWebDataService::Handle handle,
- const WDTypedResult* result) OVERRIDE;
+ const WDTypedResult* result) override;
scoped_refptr<PasswordWebDataService> web_data_service_;
« no previous file with comments | « chrome/browser/password_manager/password_store_win.h ('k') | chrome/browser/password_manager/password_store_x.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698