chromium/chrome/browser/ui/tabs/existing_window_sub_menu_model.h

// 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_EXISTING_WINDOW_SUB_MENU_MODEL_H_
#define CHROME_BROWSER_UI_TABS_EXISTING_WINDOW_SUB_MENU_MODEL_H_

#include <stddef.h>

#include "base/types/pass_key.h"
#include "chrome/browser/ui/tabs/existing_base_sub_menu_model.h"

class Browser;
class Profile;
class TabStripModel;
class TabMenuModelDelegate;

namespace ui {
class Accelerator;
}  // namespace ui

class ExistingWindowSubMenuModel : public ExistingBaseSubMenuModel {};

#endif  // CHROME_BROWSER_UI_TABS_EXISTING_WINDOW_SUB_MENU_MODEL_H_