blob: 958974c9d216574c0a1c3ac8d1b1f8e783f0c468 [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/ethernet/mock_ethernet.h"
#include "shill/ethernet/mock_ethernet_service.h"
#include "shill/ethernet/ethernet.h" // Needed to pass an EthernetRefPtr.
namespace shill {
MockEthernetService::MockEthernetService(ControlInterface* control_interface,
Metrics* metrics,
base::WeakPtr<Ethernet> ethernet)
: EthernetService(
control_interface, nullptr, metrics, nullptr, Properties(ethernet)) {}
MockEthernetService::~MockEthernetService() {}
} // namespace shill