blob: 0c52ce1b428835e8f75473de7b7ab0057a44bee3 [file] [log] [blame]
// Copyright 2021 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 "chrome/browser/ui/user_education/user_education_service.h"
#include <memory>
#include "components/user_education/common/feature_promo_registry.h"
#include "components/user_education/common/help_bubble_factory_registry.h"
#include "components/user_education/common/tutorial_registry.h"
UserEducationService::UserEducationService()
: tutorial_service_(&tutorial_registry_, &help_bubble_factory_registry_) {}
UserEducationService::~UserEducationService() = default;