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

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

Issue 666133002: Standardize usage of virtual/override/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 2bc5a55a235d36c320eeadcf7be9137b5c6e4ea6..9e7ab02f45a37f5129bf8b1999ae11591daccb54 100644
--- a/components/autofill/content/browser/wallet/wallet_signin_helper.h
+++ b/components/autofill/content/browser/wallet/wallet_signin_helper.h
@@ -35,7 +35,7 @@ class WalletSigninHelper : public net::URLFetcherDelegate {
WalletSigninHelper(WalletSigninHelperDelegate* delegate,
net::URLRequestContextGetter* getter);
- virtual ~WalletSigninHelper();
+ ~WalletSigninHelper() override;
// Initiates an attempt to passively sign the user into the Online Wallet.
// A passive sign-in is a non-interactive refresh of content area cookies,
@@ -57,7 +57,7 @@ class WalletSigninHelper : public net::URLFetcherDelegate {
void OnOtherError();
// URLFetcherDelegate implementation.
- virtual void OnURLFetchComplete(const net::URLFetcher* fetcher) override;
+ void OnURLFetchComplete(const net::URLFetcher* fetcher) override;
// Callback for when the Google Wallet cookie has been retrieved.
void ReturnWalletCookieValue(const std::string& cookie_value);
« no previous file with comments | « components/autofill/content/browser/wallet/wallet_client.h ('k') | components/autofill/content/renderer/autofill_agent.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698