chromium/chrome/browser/ui/views/commerce/discounts_coupon_code_label_view.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_VIEWS_COMMERCE_DISCOUNTS_COUPON_CODE_LABEL_VIEW_H_
#define CHROME_BROWSER_UI_VIEWS_COMMERCE_DISCOUNTS_COUPON_CODE_LABEL_VIEW_H_

#include "base/memory/raw_ptr.h"
#include "ui/base/interaction/element_identifier.h"
#include "ui/base/metadata/metadata_header_macros.h"
#include "ui/views/controls/button/button.h"
#include "ui/views/controls/button/md_text_button.h"
#include "ui/views/layout/flex_layout_view.h"

DECLARE_ELEMENT_IDENTIFIER_VALUE();

class DiscountsCouponCodeLabelView : public views::FlexLayoutView {};

#endif  // CHROME_BROWSER_UI_VIEWS_COMMERCE_DISCOUNTS_COUPON_CODE_LABEL_VIEW_H_