Ben Chan | b061f89 | 2013-02-27 17:46:55 -0800 | [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_traffic_monitor.h" | ||||
6 | |||||
7 | #include "shill/device.h" | ||||
8 | |||||
9 | namespace shill { | ||||
10 | |||||
11 | MockTrafficMonitor::MockTrafficMonitor() : TrafficMonitor(NULL, NULL) {} | ||||
12 | |||||
13 | MockTrafficMonitor::~MockTrafficMonitor() {} | ||||
14 | |||||
15 | } // namespace shill |