#include <stddef.h>
#include <stdint.h>
#include "base/containers/span.h"
#include "base/files/scoped_temp_dir.h"
#include "base/functional/bind.h"
#include "base/functional/callback_helpers.h"
#include "base/memory/scoped_refptr.h"
#include "base/memory/weak_ptr.h"
#include "base/test/gmock_expected_support.h"
#include "base/test/test_future.h"
#include "components/browsing_data/content/browsing_data_quota_helper_impl.h"
#include "components/services/storage/public/cpp/buckets/bucket_init_params.h"
#include "content/public/browser/browser_task_traits.h"
#include "content/public/browser/browser_thread.h"
#include "content/public/test/browser_task_environment.h"
#include "content/public/test/test_utils.h"
#include "extensions/buildflags/buildflags.h"
#include "mojo/public/cpp/bindings/pending_remote.h"
#include "mojo/public/cpp/bindings/self_owned_receiver.h"
#include "storage/browser/quota/quota_client_type.h"
#include "storage/browser/quota/quota_manager.h"
#include "storage/browser/quota/quota_manager_proxy.h"
#include "storage/browser/test/mock_quota_client.h"
#include "testing/gtest/include/gtest/gtest.h"
#include "third_party/blink/public/mojom/quota/quota_types.mojom.h"
StorageType;
namespace {
struct ClientDefaultBucketData { … };
}
class BrowsingDataQuotaHelperTest : public testing::Test { … };
TEST_F(BrowsingDataQuotaHelperTest, Empty) { … }
TEST_F(BrowsingDataQuotaHelperTest, FetchData) { … }
TEST_F(BrowsingDataQuotaHelperTest, IgnoreExtensionsAndDevTools) { … }
TEST_F(BrowsingDataQuotaHelperTest, DeleteHostData) { … }