blob: 03ce8c86242ab62115a5ffceea4740aecab739a3 [file] [log] [blame]
Darin Petkov385b9bc2012-12-03 15:25:05 +01001// 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_diagnostics_reporter.h"
6
7namespace shill {
8
9MockDiagnosticsReporter::MockDiagnosticsReporter() {}
10
11MockDiagnosticsReporter::~MockDiagnosticsReporter() {}
12
13} // namespace shill