Index: components/autofill/core/browser/options_util.cc |
diff --git a/components/autofill/core/browser/options_util.cc b/components/autofill/core/browser/options_util.cc |
index fa2718649c8e2a5d22426f7cfcd61d38426d5a65..718c302d243bf6168883823a5e1be978f5f0389b 100644 |
--- a/components/autofill/core/browser/options_util.cc |
+++ b/components/autofill/core/browser/options_util.cc |
@@ -26,7 +26,7 @@ bool WalletIntegrationAvailable( |
// If the user is signed in and the feature is enabled, but no data is being |
// synced, hide the option. The user doesn't have a Wallet account. If the |
// feature is disabled, we can't know, so show the checkbox. |
- if (pref_service.GetBoolean(prefs::kAutofillWalletImportEnabled)) |
+ if (!pref_service.GetBoolean(prefs::kAutofillWalletImportEnabled)) |
return true; |
// If wallet is preferred but we haven't gotten the sync data yet, we don't |