// 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_DEVICE_SIGNALS_CORE_SYSTEM_SIGNALS_FILE_SYSTEM_SERVICE_H_ #define COMPONENTS_DEVICE_SIGNALS_CORE_SYSTEM_SIGNALS_FILE_SYSTEM_SERVICE_H_ #include <memory> #include <vector> namespace base { class FilePath; } // namespace base namespace device_signals { class ExecutableMetadataService; enum class PresenceValue; class PlatformDelegate; struct FileSystemItem; struct GetFileSystemInfoOptions; class FileSystemService { … }; } // namespace device_signals #endif // COMPONENTS_DEVICE_SIGNALS_CORE_SYSTEM_SIGNALS_FILE_SYSTEM_SERVICE_H_