chromium/components/download/internal/background_service/test/download_params_utils.h

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

#ifndef COMPONENTS_DOWNLOAD_INTERNAL_BACKGROUND_SERVICE_TEST_DOWNLOAD_PARAMS_UTILS_H_
#define COMPONENTS_DOWNLOAD_INTERNAL_BACKGROUND_SERVICE_TEST_DOWNLOAD_PARAMS_UTILS_H_

#include "components/download/internal/background_service/entry.h"

namespace download {
namespace test {

DownloadParams BuildBasicDownloadParams();

}  // namespace test
}  // namespace download

#endif  // COMPONENTS_DOWNLOAD_INTERNAL_BACKGROUND_SERVICE_TEST_DOWNLOAD_PARAMS_UTILS_H_