blob: a5074ede079d6dfb51d5ddd043748d3b7fc0f977 [file] [log] [blame]
Ben Chanbac5bc82013-04-12 17:15:43 -07001// 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_connection_info_reader.h"
6
7namespace shill {
8
9MockConnectionInfoReader::MockConnectionInfoReader() {}
10
11MockConnectionInfoReader::~MockConnectionInfoReader() {}
12
13} // namespace shill