| // Copyright 2024 The ChromiumOS Authors | |
| // Use of this source code is governed by a BSD-style license that can be | |
| // found in the LICENSE file. | |
| #include "patchpanel/mock_lifeline_fd_service.h" | |
| #include "patchpanel/lifeline_fd_service.h" | |
| namespace patchpanel { | |
| MockLifelineFDService::MockLifelineFDService() = default; | |
| MockLifelineFDService::~MockLifelineFDService() = default; | |
| } // namespace patchpanel |