| Index: components/autofill/content/browser/wallet/wallet_client.cc
|
| diff --git a/components/autofill/content/browser/wallet/wallet_client.cc b/components/autofill/content/browser/wallet/wallet_client.cc
|
| index e37c24046033f95373d022d20bb4398b6838a1e3..2f5da59e229b9933d45707278b0a6f8b9d8d2dcf 100644
|
| --- a/components/autofill/content/browser/wallet/wallet_client.cc
|
| +++ b/components/autofill/content/browser/wallet/wallet_client.cc
|
| @@ -47,6 +47,8 @@ std::string AutocheckoutStatusToString(AutocheckoutStatus status) {
|
| // SUCCESS cannot be sent to the server as it will result in a failure.
|
| NOTREACHED();
|
| return "ERROR";
|
| + case AUTOCHECKOUT_STATUS_NUM_STATUS:
|
| + NOTREACHED();
|
| }
|
| NOTREACHED();
|
| return "NOT_POSSIBLE";
|
|
|