chromium/chrome/browser/privacy_budget/inspectable_identifiability_study_state.cc

// Copyright 2021 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#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

namespace test_utils {

InspectableIdentifiabilityStudyState::InspectableIdentifiabilityStudyState(
    PrefService* pref_service)
    :{}

void InspectableIdentifiabilityStudyState::SelectAllOffsetsForTesting() {}

}  // namespace test_utils