blob: 55234bee3c7db16c943bbb2484a834fa82de6df0 [file] [log] [blame]
Wade Guthrie5a4e2ef2013-04-30 12:51:39 -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_netlink_manager.h"
6
7#include <string>
8
9#include <base/stl_util.h>
10
11#include "shill/netlink_message.h"
12
13using std::string;
14
15namespace shill {
16
17MockNetlinkManager::MockNetlinkManager() {}
18MockNetlinkManager::~MockNetlinkManager() {}
19
20} // namespace shill