#ifndef COMPONENTS_AUTOFILL_CORE_BROWSER_TEST_BROWSER_AUTOFILL_MANAGER_H_
#define COMPONENTS_AUTOFILL_CORE_BROWSER_TEST_BROWSER_AUTOFILL_MANAGER_H_
#include <memory>
#include <optional>
#include <string>
#include <utility>
#include <vector>
#include "base/run_loop.h"
#include "base/time/time.h"
#include "components/autofill/core/browser/autofill_trigger_details.h"
#include "components/autofill/core/browser/browser_autofill_manager.h"
#include "components/autofill/core/browser/test_autofill_manager_waiter.h"
#include "components/autofill/core/browser/test_form_filler.h"
#include "ui/gfx/image/image_unittest_util.h"
namespace autofill {
class AutofillDriver;
class FormStructure;
class TestAutofillClient;
class TestPersonalDataManager;
class TestBrowserAutofillManager : public BrowserAutofillManager { … };
}
#endif