chromium/components/upload_list/combining_upload_list.cc

// Copyright 2021 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#include "components/upload_list/combining_upload_list.h"

#include <algorithm>
#include <iterator>
#include <utility>

#include "base/time/time.h"

CombiningUploadList::CombiningUploadList(
    std::vector<scoped_refptr<UploadList>> sublists)
    :{}

CombiningUploadList::~CombiningUploadList() = default;

std::vector<std::unique_ptr<UploadList::UploadInfo>>
CombiningUploadList::LoadUploadList() {}

void CombiningUploadList::ClearUploadList(const base::Time& begin,
                                          const base::Time& end) {}

void CombiningUploadList::RequestSingleUpload(const std::string& local_id) {}