chromium/components/reporting/util/backoff_settings.cc

// Copyright 2020 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/reporting/util/backoff_settings.h"

#include <memory>

#include "net/base/backoff_entry.h"

namespace reporting {

std::unique_ptr<::net::BackoffEntry> GetBackoffEntry() {}

}  // namespace reporting