blob: 330fc91055ebc76a3fab1dd785158a244e5eba6a [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
9MockMetrics::MockMetrics() {}
10
11MockMetrics::~MockMetrics() {}
12
13}