#include "chrome/browser/ui/autofill/autofill_bubble_controller_base.h"
#include "chrome/browser/ui/autofill/autofill_bubble_base.h"
#include "chrome/browser/ui/browser_finder.h"
#include "components/autofill/core/common/autofill_clock.h"
#include "components/autofill/core/common/autofill_payments_features.h"
#if !BUILDFLAG(IS_ANDROID)
#include "chrome/browser/ui/browser_window.h"
#endif
namespace autofill {
AutofillBubbleControllerBase::AutofillBubbleControllerBase(
content::WebContents* web_contents)
: … { … }
AutofillBubbleControllerBase::~AutofillBubbleControllerBase() { … }
void AutofillBubbleControllerBase::Show() { … }
void AutofillBubbleControllerBase::OnVisibilityChanged(
content::Visibility visibility) { … }
void AutofillBubbleControllerBase::WebContentsDestroyed() { … }
void AutofillBubbleControllerBase::UpdatePageActionIcon() { … }
void AutofillBubbleControllerBase::HideBubble() { … }
}