blob: 1d9fa2367e7452332efb53fef603d2f5ed67a564 [file] [log] [blame]
// Copyright 2019 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/ethernet/mock_ethernet_provider.h"
namespace shill {
MockEthernetProvider::MockEthernetProvider() : EthernetProvider(nullptr) {}
MockEthernetProvider::~MockEthernetProvider() = default;
} // namespace shill