blob: 6a722017f4f034de11c7096e2f3290db183fc1a8 [file] [log] [blame]
// Copyright 2013 The ChromiumOS Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "cryptohome/mock_lockbox.h"
namespace cryptohome {
MockLockbox::MockLockbox() : Lockbox() {}
MockLockbox::~MockLockbox() {}
} // namespace cryptohome