#ifndef CHROME_BROWSER_UI_VIEWS_AUTOFILL_PAYMENTS_OFFER_NOTIFICATION_BUBBLE_VIEWS_H_
#define CHROME_BROWSER_UI_VIEWS_AUTOFILL_PAYMENTS_OFFER_NOTIFICATION_BUBBLE_VIEWS_H_
#include "base/gtest_prod_util.h"
#include "base/memory/raw_ptr.h"
#include "chrome/browser/ui/autofill/autofill_bubble_base.h"
#include "chrome/browser/ui/autofill/payments/offer_notification_bubble_controller.h"
#include "chrome/browser/ui/views/autofill/autofill_location_bar_bubble.h"
#include "chrome/browser/ui/views/controls/page_switcher_view.h"
#include "ui/base/interaction/element_tracker.h"
#include "ui/views/controls/styled_label.h"
namespace content {
class WebContents;
}
namespace autofill {
DECLARE_ELEMENT_IDENTIFIER_VALUE(…);
class OfferNotificationBubbleViews : public AutofillLocationBarBubble { … };
}
#endif