blob: c8bcbec016885ae801ae1de7e4ed7736da17df96 [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
11MockTrafficMonitor::MockTrafficMonitor() : TrafficMonitor(NULL, NULL) {}
12
13MockTrafficMonitor::~MockTrafficMonitor() {}
14
15} // namespace shill