// Copyright 2013 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_BROWSER_AUTOFILL_MANAGER_TEST_DELEGATE_H_ #define COMPONENTS_AUTOFILL_CORE_BROWSER_BROWSER_AUTOFILL_MANAGER_TEST_DELEGATE_H_ #include "base/scoped_multi_source_observation.h" #include "components/autofill/core/browser/autofill_manager.h" namespace autofill { // Deprecated. Use AutofillManager::Observer instead, especially WaitForEvent() // instead. // TODO(crbug.com/40279936): Remove this class. class BrowserAutofillManagerTestDelegate : public AutofillManager::Observer { … }; } // namespace autofill #endif // COMPONENTS_AUTOFILL_CORE_BROWSER_BROWSER_AUTOFILL_MANAGER_TEST_DELEGATE_H_