blob: f542028e14010998b47871453518973b2e9cc8dd [file] [log] [blame]
// Copyright 2025 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/test/mock_user_education_context.h"
#include "ui/base/interaction/framework_specific_implementation.h"
namespace user_education::test {
DEFINE_FRAMEWORK_SPECIFIC_METADATA(MockUserEducationContext)
MockUserEducationContext::MockUserEducationContext() = default;
MockUserEducationContext::~MockUserEducationContext() = default;
} // namespace user_education::test