Ben Chan | bac5bc8 | 2013-04-12 17:15:43 -0700 | [diff] [blame] | 1 | // 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 | |||||
7 | namespace shill { | ||||
8 | |||||
9 | MockConnectionInfoReader::MockConnectionInfoReader() {} | ||||
10 | |||||
11 | MockConnectionInfoReader::~MockConnectionInfoReader() {} | ||||
12 | |||||
13 | } // namespace shill |