blob: 0c833b782e0695dc8480f8b3c064a78e1a4a0d6c [file] [log] [blame]
// Copyright (c) 2013 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,
ethernet) {}
MockEthernetService::~MockEthernetService() {}
} // namespace shill