blob: 760941ea1c7a54e5b90a919af7cb6a3b366ec23d [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_configuration.h"
namespace reporting {
StorageOptions::StorageOptions() = default;
StorageOptions::StorageOptions(const StorageOptions& options) = default;
StorageOptions& StorageOptions::operator=(const StorageOptions& options) =
default;
StorageOptions::~StorageOptions() = default;
} // namespace reporting