blob: 3051229fbcb274f339fa1e40ebb7dc3a4eac7e30 [file] [log] [blame]
Prathmesh Prabhuba99b592013-04-17 15:13:14 -07001// 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_ip_address_store.h"
6
7namespace shill {
8
9MockIPAddressStore::MockIPAddressStore() {}
10MockIPAddressStore::~MockIPAddressStore() {}
11
12} // namespace shill