blob: d32b6a36d3e17b2bd15425575dd8ea137e005945 [file] [log] [blame]
// Copyright 2018 The Chromium OS Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "shill/dhcp/mock_dhcp_properties.h"
#include <gtest/gtest.h>
namespace shill {
MockDhcpProperties::MockDhcpProperties() = default;
MockDhcpProperties::~MockDhcpProperties() = default;
} // namespace shill