The functions in components/autofill/content/browser/wallet/wallet_service_url.{h,cc} are in content because they reference switches::kReduceSecurityForTesting. However, with the removal of requestAutocomplete, the use of this switch is no longer required.
Move these functions into compenents/autofill/core. Then change all code to rely on them instead of their own copies of this data and logic. The code to update is components/autofill/core/browser/payments/payments_client.cc and the iOS settings.
Comment 1 by jdonnelly@chromium.org
, May 20 2016