#ifndef COMPONENTS_AUTOFILL_CONTENT_BROWSER_CONTENT_AUTOFILL_DRIVER_FACTORY_TEST_API_H_
#define COMPONENTS_AUTOFILL_CONTENT_BROWSER_CONTENT_AUTOFILL_DRIVER_FACTORY_TEST_API_H_
#include <memory>
#include "base/memory/ptr_util.h"
#include "base/memory/raw_ref.h"
#include "components/autofill/content/browser/content_autofill_driver_factory.h"
#include "components/autofill/core/browser/autofill_driver_factory_test_api.h"
namespace autofill {
class ContentAutofillDriverFactoryTestApi
: public AutofillDriverFactoryTestApi { … };
inline ContentAutofillDriverFactoryTestApi test_api(
ContentAutofillDriverFactory& factory) { … }
}
#endif