// 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. #ifndef CHROME_BROWSER_UI_AUTOFILL_NEXT_IDLE_BARRIER_H_ #define CHROME_BROWSER_UI_AUTOFILL_NEXT_IDLE_BARRIER_H_ #include <memory> #include "base/time/time.h" namespace autofill { class NextIdleBarrier { … }; } // namespace autofill #endif // CHROME_BROWSER_UI_AUTOFILL_NEXT_IDLE_BARRIER_H_