#ifndef CHROME_BROWSER_UI_TABS_TAB_STRIP_COLLECTION_H_
#define CHROME_BROWSER_UI_TABS_TAB_STRIP_COLLECTION_H_
#include <memory>
#include <optional>
#include "base/memory/weak_ptr.h"
#include "chrome/browser/ui/tabs/tab_collection.h"
#include "chrome/browser/ui/tabs/tab_contents_data.h"
namespace tab_groups {
class TabGroupId;
}
namespace tabs {
class TabModel;
class TabCollectionStorage;
class UnpinnedTabCollection;
class PinnedTabCollection;
class TabGroupTabCollection;
class TabStripCollection : public TabCollection, public TabContentsData { … };
}
#endif