chromium/content/browser/cache_storage/cache_storage_operation.cc

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

#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() {}

}  // namespace content