chromium/components/reporting/health/health_module_delegate_impl.cc

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

#include "components/reporting/health/health_module_delegate_impl.h"

#include <utility>

#include "base/logging.h"
#include "components/reporting/util/file.h"
#include "components/reporting/util/status.h"

namespace reporting {

namespace {
const size_t kRepeatedPtrFieldOverhead =;
}  // namespace

HealthModuleDelegateImpl::HealthModuleDelegateImpl(
    const base::FilePath& directory,
    size_t max_history_storage,
    std::string_view file_base_name)
    :{}

HealthModuleDelegateImpl::~HealthModuleDelegateImpl() {}

Status HealthModuleDelegateImpl::DoInit() {}

void HealthModuleDelegateImpl::DoGetERPHealthData(HealthCallback cb) const {}

void HealthModuleDelegateImpl::DoPostHealthRecord(HealthDataHistory record) {}
}  // namespace reporting