| Index: components/autofill/content/browser/wallet/wallet_service_url.cc | 
| diff --git a/components/autofill/content/browser/wallet/wallet_service_url.cc b/components/autofill/content/browser/wallet/wallet_service_url.cc | 
| index e95a201a44683fff4c21efaed516f0addc87cbbd..c14e702df1017cdc3bb1e3237cb2535859fbfa28 100644 | 
| --- a/components/autofill/content/browser/wallet/wallet_service_url.cc | 
| +++ b/components/autofill/content/browser/wallet/wallet_service_url.cc | 
| @@ -29,8 +29,7 @@ const char kSandboxWalletSecureServiceUrl[] = | 
| bool IsWalletProductionEnabled() { | 
| const CommandLine& command_line = *CommandLine::ForCurrentProcess(); | 
| return command_line.HasSwitch(switches::kWalletServiceUseProd) || | 
| -      base::FieldTrialList::FindFullName("WalletProductionService") == "Yes" || | 
| -      base::FieldTrialList::FindFullName("Autocheckout") == "Yes"; | 
| +      base::FieldTrialList::FindFullName("WalletProductionService") == "Yes"; | 
| } | 
|  | 
| GURL GetWalletHostUrl() { | 
|  |