chromium/content/browser/browsing_data/storage_bucket_clear_site_data_tester.h

// Copyright 2022 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#ifndef CONTENT_BROWSER_BROWSING_DATA_STORAGE_BUCKET_CLEAR_SITE_DATA_TESTER_H_
#define CONTENT_BROWSER_BROWSING_DATA_STORAGE_BUCKET_CLEAR_SITE_DATA_TESTER_H_

#include <set>
#include <string>

#include "base/memory/raw_ptr.h"
#include "components/services/storage/public/cpp/buckets/bucket_info.h"
#include "components/services/storage/public/cpp/quota_error_or.h"
#include "content/browser/storage_partition_impl.h"
#include "content/public/browser/storage_partition.h"
#include "third_party/blink/public/common/storage_key/storage_key.h"

namespace content {

class StoragePartitionImpl;

class StorageBucketClearSiteDataTester {};

}  // namespace content

#endif  // CONTENT_BROWSER_BROWSING_DATA_STORAGE_BUCKET_CLEAR_SITE_DATA_TESTER_H_