#ifndef STORAGE_BROWSER_QUOTA_QUOTA_CALLBACKS_H_
#define STORAGE_BROWSER_QUOTA_QUOTA_CALLBACKS_H_
#include <stddef.h>
#include <stdint.h>
#include <map>
#include <optional>
#include <set>
#include <utility>
#include <vector>
#include "base/containers/contains.h"
#include "base/functional/callback.h"
#include "components/services/storage/public/cpp/buckets/bucket_locator.h"
#include "third_party/blink/public/mojom/quota/quota_types.mojom-forward.h"
namespace blink {
class StorageKey;
}
namespace storage {
struct UsageInfo;
UsageInfoEntries;
UsageCallback;
QuotaCallback;
UsageWithBreakdownCallback;
StatusCallback;
GetBucketsCallback;
GetStorageKeysCallback;
GetUsageInfoCallback;
GetBucketCallback;
template <typename CallbackType, typename... Args>
class CallbackQueue { … };
}
#endif