// 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. #include "base/test/scoped_feature_list.h" #include "chrome/browser/sync/test/integration/sync_service_impl_harness.h" #include "chrome/browser/sync/test/integration/sync_test.h" #include "components/data_sharing/public/features.h" #include "components/sync/base/data_type.h" #include "content/public/test/browser_test.h" namespace { class SingleClientCollaborationGroupSyncTest : public SyncTest { … }; IN_PROC_BROWSER_TEST_F(SingleClientCollaborationGroupSyncTest, Sanity) { … } } // namespace