chromium/components/user_education/common/feature_promo_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 "components/user_education/common/feature_promo_handle.h"

#include "components/user_education/common/feature_promo_controller.h"

namespace user_education {

FeaturePromoHandle::FeaturePromoHandle() = default;

FeaturePromoHandle::FeaturePromoHandle(
    base::WeakPtr<FeaturePromoController> controller,
    const base::Feature* feature)
    :{}

FeaturePromoHandle::FeaturePromoHandle(FeaturePromoHandle&& other) noexcept
    :{}

FeaturePromoHandle& FeaturePromoHandle::operator=(
    FeaturePromoHandle&& other) noexcept {}

FeaturePromoHandle::~FeaturePromoHandle() {}

void FeaturePromoHandle::Release() {}

}  // namespace user_education