chromium/components/history/core/browser/sync/history_data_type_controller_helper.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/history/core/browser/sync/history_data_type_controller_helper.h"

#include "base/functional/bind.h"
#include "components/history/core/common/pref_names.h"
#include "components/prefs/pref_service.h"
#include "components/sync/service/sync_service.h"

namespace history {

HistoryDataTypeControllerHelper::HistoryDataTypeControllerHelper(
    syncer::DataType data_type,
    syncer::SyncService* sync_service,
    PrefService* pref_service)
    :{}

HistoryDataTypeControllerHelper::~HistoryDataTypeControllerHelper() = default;

syncer::DataTypeController::PreconditionState
HistoryDataTypeControllerHelper::GetPreconditionState() const {}

void HistoryDataTypeControllerHelper::OnSavingBrowserHistoryDisabledChanged() {}

}  // namespace history