#include "components/lens/lens_overlay_permission_utils.h"
#include "components/prefs/pref_service.h"
#include "components/sync/service/sync_service.h"
#include "components/sync_preferences/pref_service_syncable.h"
#include "components/unified_consent/pref_names.h"
#include "components/unified_consent/url_keyed_data_collection_consent_helper.h"
namespace lens {
namespace prefs {
void RegisterProfilePrefs(user_prefs::PrefRegistrySyncable* registry) { … }
}
bool CanSharePageScreenshotWithLensOverlay(PrefService* pref_service) { … }
bool CanSharePageURLWithLensOverlay(PrefService* pref_service) { … }
bool CanSharePageTitleWithLensOverlay(syncer::SyncService* sync_service) { … }
}