Wade Guthrie | 5a4e2ef | 2013-04-30 12:51:39 -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_netlink_manager.h" |
| 6 | |
| 7 | #include <string> |
| 8 | |
| 9 | #include <base/stl_util.h> |
| 10 | |
| 11 | #include "shill/netlink_message.h" |
| 12 | |
| 13 | using std::string; |
| 14 | |
| 15 | namespace shill { |
| 16 | |
| 17 | MockNetlinkManager::MockNetlinkManager() {} |
| 18 | MockNetlinkManager::~MockNetlinkManager() {} |
| 19 | |
| 20 | } // namespace shill |