// 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 CHROME_BROWSER_UI_TABS_TAB_GROUP_TAB_COLLECTION_H_ #define CHROME_BROWSER_UI_TABS_TAB_GROUP_TAB_COLLECTION_H_ #include <memory> #include <optional> #include "chrome/browser/ui/tabs/tab_collection.h" #include "components/tab_groups/tab_group_id.h" namespace tab_groups { class TabGroupId; } // namespace tab_groups namespace tabs { class TabModel; class TabCollectionStorage; class TabGroupTabCollection : public TabCollection { … }; } // namespace tabs #endif // CHROME_BROWSER_UI_TABS_TAB_GROUP_TAB_COLLECTION_H_