blob: 1caa74a70947be3acda66434c2c7520f3053304a [file] [log] [blame]
Thieu Le3426c8f2012-01-11 17:35:11 -08001// Copyright (c) 2012 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_metrics.h"
6
7namespace shill {
8
Thieu Le6c1e3bb2013-02-06 15:20:35 -08009MockMetrics::MockMetrics(EventDispatcher *dispatcher)
10 : Metrics(dispatcher) {}
Thieu Le3426c8f2012-01-11 17:35:11 -080011
12MockMetrics::~MockMetrics() {}
13
14}