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