Paul Stewart | 35eff13 | 2013-04-12 12:08:40 -0700 | [diff] [blame] | 1 | // Copyright (c) 2013 The Chromium OS Authors. All rights reserved. |
2 | // Use of this source code is governed by a BSD-style license that can be | ||||
3 | // found in the LICENSE file. | ||||
4 | |||||
5 | #include "shill/mock_ethernet_eap_provider.h" | ||||
6 | |||||
7 | namespace shill { | ||||
8 | |||||
9 | MockEthernetEapProvider::MockEthernetEapProvider() | ||||
10 | : EthernetEapProvider(NULL, NULL, NULL, NULL) {} | ||||
11 | |||||
12 | MockEthernetEapProvider::~MockEthernetEapProvider() {} | ||||
13 | |||||
14 | } // namespace shill |