diff --git a/browser/profiles/brave_renderer_updater.cc b/browser/profiles/brave_renderer_updater.cc index f6c45302224e..459856bc387b 100644 --- a/browser/profiles/brave_renderer_updater.cc +++ b/browser/profiles/brave_renderer_updater.cc @@ -15,7 +15,6 @@ #include "brave/components/brave_wallet/common/brave_wallet.mojom.h" #include "brave/components/de_amp/browser/de_amp_util.h" #include "brave/components/de_amp/common/pref_names.h" -#include "build/build_config.h" #include "chrome/browser/profiles/profile.h" #include "chrome/common/pref_names.h" #include "components/prefs/pref_service.h" diff --git a/components/brave_wallet/common/features.cc b/components/brave_wallet/common/features.cc index 019f7dfd21ca..2839f5462d80 100644 --- a/components/brave_wallet/common/features.cc +++ b/components/brave_wallet/common/features.cc @@ -32,14 +32,8 @@ const base::Feature kBraveWalletSolanaFeature{ const base::Feature kBraveWalletSolanaProviderFeature{ "BraveWalletSolanaProvider", base::FEATURE_DISABLED_BY_DEFAULT}; -const base::Feature kBraveWalletDappsSupportFeature { - "BraveWalletDappsSupport", -#if BUILDFLAG(IS_ANDROID) - base::FEATURE_DISABLED_BY_DEFAULT -#else - base::FEATURE_ENABLED_BY_DEFAULT -#endif -}; +const base::Feature kBraveWalletDappsSupportFeature{ + "BraveWalletDappsSupport", base::FEATURE_ENABLED_BY_DEFAULT}; const base::FeatureParam kFilecoinTestnetEnabled = { &kBraveWalletFilecoinFeature, "filecoin_testnet_enabled", false};