#ifndef CHROME_BROWSER_UI_AUTOFILL_TEST_TEST_AUTOFILL_BUBBLE_HANDLER_H_
#define CHROME_BROWSER_UI_AUTOFILL_TEST_TEST_AUTOFILL_BUBBLE_HANDLER_H_
#include <memory>
#include "chrome/browser/ui/autofill/autofill_bubble_base.h"
#include "chrome/browser/ui/autofill/autofill_bubble_handler.h"
namespace autofill {
enum class IbanBubbleType;
enum class MandatoryReauthBubbleType;
class TestAutofillBubble final : public AutofillBubbleBase { … };
class TestAutofillBubbleHandler : public AutofillBubbleHandler { … };
}
#endif