chromium/chrome/browser/ui/toolbar/cast/cast_contextual_menu.h

// Copyright 2015 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_TOOLBAR_CAST_CAST_CONTEXTUAL_MENU_H_
#define CHROME_BROWSER_UI_TOOLBAR_CAST_CAST_CONTEXTUAL_MENU_H_

#include "base/gtest_prod_util.h"
#include "base/memory/raw_ptr.h"
#include "base/strings/utf_string_conversions.h"
#include "build/branding_buildflags.h"
#include "ui/base/models/simple_menu_model.h"

class Browser;

// The class for the contextual menu for the Cast toolbar icon.
class CastContextualMenu : public ui::SimpleMenuModel::Delegate {};

#endif  // CHROME_BROWSER_UI_TOOLBAR_CAST_CAST_CONTEXTUAL_MENU_H_