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

Unified Diff: chrome/browser/signin/fake_account_reconcilor.h

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/signin/fake_account_reconcilor.h
diff --git a/chrome/browser/signin/fake_account_reconcilor.h b/chrome/browser/signin/fake_account_reconcilor.h
index 49e81dc71fcb5d9cc88d88a4830af0ba4ecfda3e..b3907d5fd02aee153928d4a1d6b86904326aaa40 100644
--- a/chrome/browser/signin/fake_account_reconcilor.h
+++ b/chrome/browser/signin/fake_account_reconcilor.h
@@ -23,7 +23,7 @@ class FakeAccountReconcilor : public AccountReconcilor {
// Override this method to perform no network call, instead the callback
// is called immediately
virtual void GetAccountsFromCookie(GetAccountsFromCookieCallback callback)
- OVERRIDE;
+ override;
DISALLOW_COPY_AND_ASSIGN(FakeAccountReconcilor);
};
« no previous file with comments | « chrome/browser/signin/easy_unlock_toggle_flow.cc ('k') | chrome/browser/signin/fake_account_tracker_service.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698