// Copyright 2018 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_TEST_AUTOFILL_EXTERNAL_DELEGATE_H_ #define COMPONENTS_AUTOFILL_CORE_BROWSER_TEST_AUTOFILL_EXTERNAL_DELEGATE_H_ #include <vector> #include "base/run_loop.h" #include "components/autofill/core/browser/autofill_external_delegate.h" #include "components/autofill/core/browser/metrics/suggestions_list_metrics.h" namespace gfx { class Rect; } // namespace gfx namespace autofill { class TestAutofillExternalDelegate : public AutofillExternalDelegate { … }; } // namespace autofill #endif // COMPONENTS_AUTOFILL_CORE_BROWSER_TEST_AUTOFILL_EXTERNAL_DELEGATE_H_