// 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. #include "components/autofill/core/browser/browser_autofill_manager_test_api.h" #include "base/run_loop.h" #include "base/test/scoped_run_loop_timeout.h" namespace autofill { testing::AssertionResult BrowserAutofillManagerTestApi::FlushPendingVotes( base::TimeDelta timeout) { … } } // namespace autofill