blob: 286e01f7cd8cb4bb65fff0bdec35e37a9e487247 [file] [log] [blame]
Ben Chanb061f892013-02-27 17:46:55 -08001// 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
9namespace shill {
10
Ben Chancc225ef2014-09-30 13:26:51 -070011MockTrafficMonitor::MockTrafficMonitor() : TrafficMonitor(nullptr, nullptr) {}
Ben Chanb061f892013-02-27 17:46:55 -080012
13MockTrafficMonitor::~MockTrafficMonitor() {}
14
15} // namespace shill