#ifndef STORAGE_BROWSER_FILE_SYSTEM_FILE_SYSTEM_QUOTA_UTIL_H_
#define STORAGE_BROWSER_FILE_SYSTEM_FILE_SYSTEM_QUOTA_UTIL_H_
#include <stdint.h>
#include <vector>
#include "base/component_export.h"
#include "base/files/file.h"
#include "base/memory/scoped_refptr.h"
#include "storage/common/file_system/file_system_types.h"
namespace blink {
class StorageKey;
}
namespace storage {
struct BucketLocator;
class FileSystemContext;
class QuotaManagerProxy;
class QuotaReservation;
class COMPONENT_EXPORT(STORAGE_BROWSER) FileSystemQuotaUtil { … };
}
#endif