blob: 1211739b08486edaa96bcc41c679c5a546c2a5d1 [file] [log] [blame]
// Copyright 2023 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_conntrack_monitor.h"
namespace patchpanel {
MockConntrackMonitor::MockConntrackMonitor() = default;
MockConntrackMonitor::~MockConntrackMonitor() = default;
} // namespace patchpanel