chromium/components/saved_tab_groups/sync_data_type_configuration.h

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

#ifndef COMPONENTS_SAVED_TAB_GROUPS_SYNC_DATA_TYPE_CONFIGURATION_H_
#define COMPONENTS_SAVED_TAB_GROUPS_SYNC_DATA_TYPE_CONFIGURATION_H_

#include <memory>

#include "components/sync/model/data_type_store.h"

namespace syncer {
class DataTypeLocalChangeProcessor;
}  // namespace syncer

namespace tab_groups {

// Configuration for a specific sync data type.
struct SyncDataTypeConfiguration {};

}  // namespace tab_groups

#endif  // COMPONENTS_SAVED_TAB_GROUPS_SYNC_DATA_TYPE_CONFIGURATION_H_