chromium/chrome/browser/ui/views/commerce/shopping_collection_iph_view.cc

// Copyright 2023 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/commerce/shopping_collection_iph_view.h"

#include "base/feature_list.h"
#include "base/metrics/user_metrics.h"
#include "chrome/browser/ui/ui_features.h"
#include "chrome/browser/ui/views/chrome_layout_provider.h"
#include "components/strings/grit/components_strings.h"
#include "content/public/browser/web_contents.h"
#include "content/public/common/referrer.h"
#include "ui/base/l10n/l10n_util.h"
#include "ui/views/controls/label.h"
#include "ui/views/layout/flex_layout.h"
#include "ui/views/layout/layout_provider.h"
#include "ui/views/style/typography.h"
#include "url/gurl.h"

namespace commerce {

DEFINE_ELEMENT_IDENTIFIER_VALUE(kShoppingCollectionIPHViewId);

ShoppingCollectionIphView::ShoppingCollectionIphView() {}

ShoppingCollectionIphView::~ShoppingCollectionIphView() = default;

}  // namespace commerce