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

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

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.h
diff --git a/chrome/browser/password_manager/password_store_win.h b/chrome/browser/password_manager/password_store_win.h
index f13f7e79eeea10c6c91059fc64285f5fa13549d3..43715d3848a1ece5bea2bbb3ca84390f722d6262 100644
--- a/chrome/browser/password_manager/password_store_win.h
+++ b/chrome/browser/password_manager/password_store_win.h
@@ -30,7 +30,7 @@ class PasswordStoreWin : public password_manager::PasswordStoreDefault {
PasswordWebDataService* web_data_service);
// PasswordStore:
- virtual void Shutdown() OVERRIDE;
+ virtual void Shutdown() override;
private:
class DBHandler;
@@ -43,7 +43,7 @@ class PasswordStoreWin : public password_manager::PasswordStoreDefault {
virtual void GetLoginsImpl(
const autofill::PasswordForm& form,
AuthorizationPromptPolicy prompt_policy,
- const ConsumerCallbackRunner& callback_runner) OVERRIDE;
+ const ConsumerCallbackRunner& callback_runner) override;
void GetIE7LoginIfNecessary(
const autofill::PasswordForm& form,
« no previous file with comments | « chrome/browser/password_manager/password_store_mac.h ('k') | chrome/browser/password_manager/password_store_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698