// Copyright 2026 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_new_badge_controller.h"

namespace user_education::test {

MockNewBadgeController::MockNewBadgeController() = default;
MockNewBadgeController::~MockNewBadgeController() = default;

}  // namespace user_education::test
