#ifndef CHROME_BROWSER_UI_VIEWS_COMMERCE_PRICE_TRACKING_BUBBLE_DIALOG_VIEW_H_
#define CHROME_BROWSER_UI_VIEWS_COMMERCE_PRICE_TRACKING_BUBBLE_DIALOG_VIEW_H_
#include "base/scoped_observation.h"
#include "chrome/browser/ui/views/location_bar/location_bar_bubble_delegate_view.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;
}
class GURL;
class Profile;
namespace views {
class StyledLabel;
}
DECLARE_ELEMENT_IDENTIFIER_VALUE(…);
class PriceTrackingBubbleDialogView : public LocationBarBubbleDelegateView { … };
class PriceTrackingBubbleCoordinator : public views::WidgetObserver { … };
#endif