chromium/components/autofill/core/browser/form_filler_test_api.h

// Copyright 2024 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#ifndef COMPONENTS_AUTOFILL_CORE_BROWSER_FORM_FILLER_TEST_API_H_
#define COMPONENTS_AUTOFILL_CORE_BROWSER_FORM_FILLER_TEST_API_H_

#include "components/autofill/core/browser/form_filler.h"

namespace autofill {

// Exposes some testing operations for BrowserAutofillManager.
class FormFillerTestApi {};

inline FormFillerTestApi test_api(FormFiller& form_filler) {}

}  // namespace autofill

#endif  // COMPONENTS_AUTOFILL_CORE_BROWSER_FORM_FILLER_TEST_API_H_