// Copyright 2014 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. // MediaStorageUtil provides information about storage devices attached // to the computer. #ifndef COMPONENTS_STORAGE_MONITOR_MEDIA_STORAGE_UTIL_H_ #define COMPONENTS_STORAGE_MONITOR_MEDIA_STORAGE_UTIL_H_ #include <set> #include <string> #include "base/files/file_path.h" #include "base/functional/callback_forward.h" namespace storage_monitor { class StorageInfo; class MediaStorageUtil { … }; } // namespace storage_monitor #endif // COMPONENTS_STORAGE_MONITOR_MEDIA_STORAGE_UTIL_H_