#ifndef COMPONENTS_SAVED_TAB_GROUPS_TAB_GROUP_SYNC_COORDINATOR_IMPL_H_
#define COMPONENTS_SAVED_TAB_GROUPS_TAB_GROUP_SYNC_COORDINATOR_IMPL_H_
#include <memory>
#include "base/memory/raw_ptr.h"
#include "base/uuid.h"
#include "components/saved_tab_groups/saved_tab_group.h"
#include "components/saved_tab_groups/startup_helper.h"
#include "components/saved_tab_groups/tab_group_sync_coordinator.h"
#include "components/saved_tab_groups/tab_group_sync_service.h"
#include "components/saved_tab_groups/types.h"
namespace tab_groups {
class TabGroupSyncDelegate;
class TabGroupSyncCoordinatorImpl : public TabGroupSyncCoordinator { … };
}
#endif