// Copyright 2019 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef BASE_TEST_SCOPED_RUN_LOOP_TIMEOUT_H_ #define BASE_TEST_SCOPED_RUN_LOOP_TIMEOUT_H_ #include <optional> #include <string> #include "base/functional/callback.h" #include "base/gtest_prod_util.h" #include "base/location.h" #include "base/memory/raw_ptr.h" #include "base/run_loop.h" #include "base/time/time.h" content namespace basetest // namespace base::test #endif // BASE_TEST_SCOPED_RUN_LOOP_TIMEOUT_H_