// 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. #include "components/autofill/core/browser/autofill_driver_factory_test_api.h" namespace autofill { AutofillDriverFactoryTestApi::AutofillDriverFactoryTestApi( AutofillDriverFactory* factory) : … { … } void AutofillDriverFactoryTestApi::AddObserverAtIndex( AutofillDriverFactory::Observer* new_observer, size_t index) { … } } // namespace autofill