diff --git a/browser/android/BUILD.gn b/browser/android/BUILD.gn index 9f0a15cfa684..d71669d98f6d 100644 --- a/browser/android/BUILD.gn +++ b/browser/android/BUILD.gn @@ -24,6 +24,7 @@ source_set("android_browser_process") { "//components/flags_ui", "//components/ntp_tiles", "//components/translate/core/browser", + "//url", ] if (brave_ads_enabled) { diff --git a/browser/android/brave_shields_content_settings.cc b/browser/android/brave_shields_content_settings.cc index a9902720ecf6..88e98ad66353 100644 --- a/browser/android/brave_shields_content_settings.cc +++ b/browser/android/brave_shields_content_settings.cc @@ -18,6 +18,7 @@ #include "chrome/browser/profiles/profile_manager.h" #include "components/content_settings/core/browser/content_settings_utils.h" #include "components/content_settings/core/browser/host_content_settings_map.h" +#include "url/gurl.h" namespace chrome { namespace android { diff --git a/browser/android/preferences/brave_pref_service_bridge.cc b/browser/android/preferences/brave_pref_service_bridge.cc index 14018dac94ea..2e4c8eef36a9 100644 --- a/browser/android/preferences/brave_pref_service_bridge.cc +++ b/browser/android/preferences/brave_pref_service_bridge.cc @@ -21,6 +21,7 @@ #include "chrome/browser/profiles/profile_manager.h" #include "components/content_settings/core/browser/host_content_settings_map.h" #include "components/prefs/pref_service.h" +#include "url/gurl.h" #if BUILDFLAG(ENABLE_BRAVE_PERF_PREDICTOR) #include "brave/components/brave_perf_predictor/common/pref_names.h"