chromium/content/browser/indexed_db/indexed_db_bucket_context_handle.cc

// 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.

#include "content/browser/indexed_db/indexed_db_bucket_context_handle.h"

#include "content/browser/indexed_db/indexed_db_bucket_context.h"

namespace content {

IndexedDBBucketContextHandle::IndexedDBBucketContextHandle() = default;
IndexedDBBucketContextHandle::IndexedDBBucketContextHandle(
    IndexedDBBucketContext& bucket_context)
    :{}

IndexedDBBucketContextHandle::IndexedDBBucketContextHandle(
    IndexedDBBucketContextHandle&&) = default;
IndexedDBBucketContextHandle& IndexedDBBucketContextHandle::operator=(
    IndexedDBBucketContextHandle&&) = default;

IndexedDBBucketContextHandle::IndexedDBBucketContextHandle(
    const IndexedDBBucketContextHandle& other)
    :{}

IndexedDBBucketContextHandle IndexedDBBucketContextHandle::operator=(
    const IndexedDBBucketContextHandle& other) {}

IndexedDBBucketContextHandle::~IndexedDBBucketContextHandle() {}

void IndexedDBBucketContextHandle::Release() {}

bool IndexedDBBucketContextHandle::IsHeld() const {}

}  // namespace content