blob: acff228b9a9a4aa2691a1aa1c18cc8ed56419f9b [file] [log] [blame]
Arman Uguray41cc6342013-03-29 16:34: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_pending_activation_store.h"
6
7namespace shill {
8
9MockPendingActivationStore::MockPendingActivationStore() {}
10MockPendingActivationStore::~MockPendingActivationStore() {}
11
12} // namespace shill