#include "chrome/browser/privacy_budget/inspectable_identifiability_study_state.h"
#include "chrome/browser/privacy_budget/identifiability_study_state.h"
#include "chrome/common/privacy_budget/scoped_privacy_budget_config.h"
#include "components/prefs/pref_service.h"
namespace {
PrefService* ResetGlobalStatePassThru(PrefService* pref_service) { … }
}
namespace test_utils {
InspectableIdentifiabilityStudyState::InspectableIdentifiabilityStudyState(
PrefService* pref_service)
: … { … }
void InspectableIdentifiabilityStudyState::SelectAllOffsetsForTesting() { … }
}