chromium/chrome/browser/ui/views/autofill/payments/promo_code_label_button.cc

// Copyright 2021 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#include "chrome/browser/ui/views/autofill/payments/promo_code_label_button.h"

#include "chrome/browser/ui/color/chrome_color_id.h"
#include "chrome/browser/ui/views/chrome_layout_provider.h"
#include "components/vector_icons/vector_icons.h"
#include "ui/base/metadata/metadata_header_macros.h"
#include "ui/base/metadata/metadata_impl_macros.h"
#include "ui/views/animation/ink_drop.h"
#include "ui/views/animation/ink_drop_host.h"
#include "ui/views/background.h"

namespace autofill {

namespace {

constexpr int kContentCopyIconSizePx =;
constexpr int kFontSizeIncreasePx =;
constexpr int kHorizontalPaddingPx =;

}  // namespace

PromoCodeLabelButton::PromoCodeLabelButton(PressedCallback callback,
                                           const std::u16string& text)
    :{}

PromoCodeLabelButton::~PromoCodeLabelButton() = default;

BEGIN_METADATA()

}  // namespace autofill