#ifndef COMPONENTS_BROWSING_DATA_CONTENT_BROWSING_DATA_QUOTA_HELPER_H_
#define COMPONENTS_BROWSING_DATA_CONTENT_BROWSING_DATA_QUOTA_HELPER_H_
#include <stdint.h>
#include <list>
#include <string>
#include "base/functional/callback.h"
#include "base/memory/ref_counted.h"
#include "base/task/sequenced_task_runner_helpers.h"
#include "third_party/blink/public/common/storage_key/storage_key.h"
#include "third_party/blink/public/mojom/quota/quota_types.mojom.h"
class BrowsingDataQuotaHelper;
namespace content {
class StoragePartition;
}
struct BrowsingDataQuotaHelperDeleter { … };
class BrowsingDataQuotaHelper
: public base::RefCountedThreadSafe<BrowsingDataQuotaHelper,
BrowsingDataQuotaHelperDeleter> { … };
#endif