blob: c5d6ba0dd6ecd8d0aa1646d983ddc94264a310cf [file] [log] [blame]
// Copyright 2021 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 "missive/storage/storage_module_interface.h"
namespace reporting {
StorageModuleInterface::StorageModuleInterface() = default;
StorageModuleInterface::~StorageModuleInterface() = default;
} // namespace reporting