| Index: components/autofill/content/browser/wallet/wallet_service_url_unittest.cc
|
| diff --git a/components/autofill/content/browser/wallet/wallet_service_url_unittest.cc b/components/autofill/content/browser/wallet/wallet_service_url_unittest.cc
|
| index b8a574bec49435c9c2cbbc3c7c6e4e51729ac06b..2b677a679334e67be121241960239f6d1246daea 100644
|
| --- a/components/autofill/content/browser/wallet/wallet_service_url_unittest.cc
|
| +++ b/components/autofill/content/browser/wallet/wallet_service_url_unittest.cc
|
| @@ -81,11 +81,7 @@ TEST(WalletServiceSandboxUrl, CheckProdUrls) {
|
| }
|
|
|
| TEST(WalletServiceUrl, IsUsingProd) {
|
| -#if defined(OS_MACOSX)
|
| - EXPECT_FALSE(IsUsingProd());
|
| -#else
|
| EXPECT_TRUE(IsUsingProd());
|
| -#endif
|
|
|
| CommandLine* command_line = CommandLine::ForCurrentProcess();
|
| command_line->AppendSwitchASCII(switches::kWalletServiceUseSandbox, "1");
|
|
|