blob: 0dfc2edb8653731afb08464f44c7097a4ae7337d [file] [log] [blame]
// Copyright 2020 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/cleanup/mock_disk_cleanup_routines.h"
namespace cryptohome {
MockDiskCleanupRoutines::MockDiskCleanupRoutines()
: DiskCleanupRoutines(nullptr, nullptr) {}
MockDiskCleanupRoutines::~MockDiskCleanupRoutines() = default;
} // namespace cryptohome