// Copyright 2020 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_MENU_MODEL_FACTORY_H_ #define CHROME_BROWSER_UI_TABS_TAB_MENU_MODEL_FACTORY_H_ #include <memory> #include "ui/base/models/simple_menu_model.h" class TabStripModel; class TabMenuModelDelegate; // A factory to create menu models for tab menu. class TabMenuModelFactory { … }; #endif // CHROME_BROWSER_UI_TABS_TAB_MENU_MODEL_FACTORY_H_