// Copyright 2022 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_FILE_ACCESS_SCOPED_FILE_ACCESS_DELEGATE_H_ #define COMPONENTS_FILE_ACCESS_SCOPED_FILE_ACCESS_DELEGATE_H_ #include <memory> #include <vector> #include "base/component_export.h" #include "base/files/file_path.h" #include "base/functional/callback_forward.h" #include "base/location.h" #include "base/task/task_traits.h" #include "base/task/thread_pool.h" #include "components/file_access/scoped_file_access.h" #include "url/gurl.h" file_access // namespace file_access #endif // COMPONENTS_FILE_ACCESS_SCOPED_FILE_ACCESS_DELEGATE_H_