// Copyright 2023 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_MOCK_AUTOFILL_MANAGER_OBSERVER_H_ #define COMPONENTS_AUTOFILL_CORE_BROWSER_MOCK_AUTOFILL_MANAGER_OBSERVER_H_ #include "base/containers/span.h" #include "components/autofill/core/browser/autofill_manager.h" #include "components/autofill/core/common/unique_ids.h" #include "testing/gmock/include/gmock/gmock.h" namespace autofill { class AutofillProfile; class CreditCard; class MockAutofillManagerObserver : public AutofillManager::Observer { … }; } // namespace autofill #endif // COMPONENTS_AUTOFILL_CORE_BROWSER_MOCK_AUTOFILL_MANAGER_OBSERVER_H_