// 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/enterprise/device_trust/core/signals/mock_signals_service.h"

namespace enterprise_connectors::test {

MockSignalsService::MockSignalsService() = default;
MockSignalsService::~MockSignalsService() = default;

}  // namespace enterprise_connectors::test
