chromium/components/blocked_content/list_item_position.cc

// 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.

#include "components/blocked_content/list_item_position.h"
#include "base/check_op.h"

namespace blocked_content {

ListItemPosition GetListItemPositionFromDistance(size_t distance,
                                                 size_t total_size) {}

}  // namespace blocked_content