blob: 23d501bb00124b099ae5121c5b3fd42ecdb0cd46 [file] [log] [blame]
// Copyright 2019 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "base/task/promise/promise_value.h"
#include "base/task/promise/abstract_promise.h"
namespace base {
namespace internal {
// static
void PromiseValueInternal::NopMove(PromiseValueInternal* src,
PromiseValueInternal* dest) {}
// static
void PromiseValueInternal::NopDelete(PromiseValueInternal* src) {}
constexpr PromiseValueInternal::TypeOps PromiseValueInternal::null_type_;
} // namespace internal
} // namespace base