#include "content/browser/cache_storage/cache_storage_operation.h"
#include "base/task/sequenced_task_runner.h"
#include "content/browser/cache_storage/cache_storage_histogram_utils.h"
namespace content {
CacheStorageOperation::CacheStorageOperation(
base::OnceClosure closure,
CacheStorageSchedulerId id,
CacheStorageSchedulerClient client_type,
CacheStorageSchedulerMode mode,
CacheStorageSchedulerOp op_type,
CacheStorageSchedulerPriority priority,
scoped_refptr<base::SequencedTaskRunner> task_runner)
: … { … }
CacheStorageOperation::~CacheStorageOperation() { … }
void CacheStorageOperation::Run() { … }
}