chromium/chrome/browser/ui/views/commerce/price_tracking_email_dialog_view.h

// 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.

#ifndef CHROME_BROWSER_UI_VIEWS_COMMERCE_PRICE_TRACKING_EMAIL_DIALOG_VIEW_H_
#define CHROME_BROWSER_UI_VIEWS_COMMERCE_PRICE_TRACKING_EMAIL_DIALOG_VIEW_H_

#include "base/scoped_observation.h"
#include "chrome/browser/ui/views/location_bar/location_bar_bubble_delegate_view.h"
#include "ui/base/interaction/element_identifier.h"
#include "ui/base/metadata/metadata_header_macros.h"
#include "ui/views/view_tracker.h"
#include "ui/views/widget/widget_observer.h"

namespace content {
class WebContents;
}  // namespace content

class Profile;

namespace views {
class StyledLabel;
}  // namespace views

DECLARE_ELEMENT_IDENTIFIER_VALUE();

class PriceTrackingEmailDialogView : public LocationBarBubbleDelegateView {};

class PriceTrackingEmailDialogCoordinator : public views::WidgetObserver {};

#endif  // CHROME_BROWSER_UI_VIEWS_COMMERCE_PRICE_TRACKING_EMAIL_DIALOG_VIEW_H_