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

Unified Diff: components/autofill/content/browser/wallet/wallet_signin_helper.h

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
Index: components/autofill/content/browser/wallet/wallet_signin_helper.h
diff --git a/components/autofill/content/browser/wallet/wallet_signin_helper.h b/components/autofill/content/browser/wallet/wallet_signin_helper.h
index dbfe106e18f54973d2e70d42e7ac92ecb804940d..14b646ecbbc9b8cf39ec7c7cf692222cf59ad01a 100644
--- a/components/autofill/content/browser/wallet/wallet_signin_helper.h
+++ b/components/autofill/content/browser/wallet/wallet_signin_helper.h
@@ -58,7 +58,7 @@ class WalletSigninHelper : public net::URLFetcherDelegate {
void OnOtherError();
// URLFetcherDelegate implementation.
- virtual void OnURLFetchComplete(const net::URLFetcher* fetcher) OVERRIDE;
+ virtual void OnURLFetchComplete(const net::URLFetcher* fetcher) override;
// Callback for when the Google Wallet cookie has been retrieved.
void ReturnWalletCookieValue(const std::string& cookie_value);

Powered by Google App Engine
This is Rietveld 408576698