| 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);
|
|
|