#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 { … }
}