blob: 16b9349473709db7042b14639bb884cbd1a0a4d7 [file] [log] [blame] [edit]
// 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