// 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 "ash/webui/diagnostics_ui/backend/system/system_routine_controller_delegate.h"

namespace ash::diagnostics {

SystemRoutineControllerDelegate::SystemRoutineControllerDelegate() = default;

SystemRoutineControllerDelegate::~SystemRoutineControllerDelegate() = default;

}  // namespace ash::diagnostics
