blob: ae0d04c67c20934a4427e0a9c32b9e4b9bb6089f [file] [log] [blame]
// Copyright 2020 The Chromium OS Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "cryptohome/storage/mock_disk_cleanup_routines.h"
namespace cryptohome {
MockDiskCleanupRoutines::MockDiskCleanupRoutines()
: DiskCleanupRoutines(nullptr, nullptr) {}
MockDiskCleanupRoutines::~MockDiskCleanupRoutines() = default;
} // namespace cryptohome