blob: 2c9db4a7649410546b7037a7a1e27c9b9e354b82 [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/mock_arp_client.h"
namespace shill {
MockArpClient::MockArpClient() : ArpClient(0) {}
MockArpClient::~MockArpClient() = default;
} // namespace shill