blob: 3673a0b36ac9f7dd5e22f7f2ff74a4881946f71e [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"
namespace shill {
MockEthernet::MockEthernet(Manager* manager,
const std::string& link_name,
const std::string& address,
int interface_index)
: Ethernet(manager, link_name, address, interface_index) {}
MockEthernet::~MockEthernet() = default;
} // namespace shill