blob: 73f9bd4cd9df4cbc36d7661ecb89d18dd02d5916 [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_install_attributes.h"
#include "cryptohome/install_attributes_interface.h"
namespace cryptohome {
MockInstallAttributes::MockInstallAttributes() : InstallAttributesInterface() {}
MockInstallAttributes::~MockInstallAttributes() {}
} // namespace cryptohome