| Index: components/autofill/content/browser/wallet/wallet_client.h
|
| diff --git a/components/autofill/content/browser/wallet/wallet_client.h b/components/autofill/content/browser/wallet/wallet_client.h
|
| index 6276833a01d9bfc25a6e2bb87c9561ece3a94a20..1115f6d1cda5ed770d76d0e63ba2001e765f54a1 100644
|
| --- a/components/autofill/content/browser/wallet/wallet_client.h
|
| +++ b/components/autofill/content/browser/wallet/wallet_client.h
|
| @@ -223,7 +223,7 @@ class WalletClient : public net::URLFetcherDelegate {
|
| void HandleWalletError(ErrorType error_type);
|
|
|
| // net::URLFetcherDelegate:
|
| - virtual void OnURLFetchComplete(const net::URLFetcher* source) OVERRIDE;
|
| + virtual void OnURLFetchComplete(const net::URLFetcher* source) override;
|
|
|
| // Logs an UMA metric for each of the |required_actions|.
|
| void LogRequiredActions(
|
|
|