// Copyright 2018 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_EXISTING_TAB_GROUP_SUB_MENU_MODEL_H_ #define CHROME_BROWSER_UI_TABS_EXISTING_TAB_GROUP_SUB_MENU_MODEL_H_ #include <stddef.h> #include <vector> #include "chrome/browser/ui/tabs/existing_base_sub_menu_model.h" class TabStripModel; class TabMenuModelDelegate; namespace tab_groups { class TabGroupId; } class ExistingTabGroupSubMenuModel : public ExistingBaseSubMenuModel { … }; #endif // CHROME_BROWSER_UI_TABS_EXISTING_TAB_GROUP_SUB_MENU_MODEL_H_