chromium/chrome/browser/ui/tabs/pinned_tab_collection.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 CHROME_BROWSER_UI_TABS_PINNED_TAB_COLLECTION_H_
#define CHROME_BROWSER_UI_TABS_PINNED_TAB_COLLECTION_H_

#include <memory>
#include <optional>

#include "chrome/browser/ui/tabs/tab_collection.h"

namespace tabs {

class TabModel;
class TabCollectionStorage;

class PinnedTabCollection : public TabCollection {};

}  // namespace tabs

#endif  // CHROME_BROWSER_UI_TABS_PINNED_TAB_COLLECTION_H_