#ifndef COMPONENTS_AUTOFILL_CONTENT_RENDERER_FORM_CACHE_TEST_API_H_
#define COMPONENTS_AUTOFILL_CONTENT_RENDERER_FORM_CACHE_TEST_API_H_
#include <stddef.h>
#include "base/containers/contains.h"
#include "base/memory/raw_ref.h"
#include "components/autofill/content/renderer/form_autofill_util.h"
#include "components/autofill/content/renderer/form_cache.h"
#include "third_party/blink/public/web/web_form_control_element.h"
namespace autofill {
class FormCacheTestApi { … };
inline FormCacheTestApi test_api(FormCache& form_cache) { … }
}
#endif