chromium/components/power_bookmarks/common/power_test_util.cc

// Copyright 2023 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/power_bookmarks/common/power_test_util.h"

namespace power_bookmarks {

std::unique_ptr<Power> MakePower(
    GURL url,
    sync_pb::PowerBookmarkSpecifics::PowerType power_type,
    base::Time time_modified,
    std::unique_ptr<sync_pb::PowerEntity> power_specifics) {}

std::unique_ptr<Power> MakePower(
    GURL url,
    sync_pb::PowerBookmarkSpecifics::PowerType power_type,
    std::unique_ptr<sync_pb::PowerEntity> power_specifics) {}

std::unique_ptr<Power> MakePower(GURL url, base::Time time_modified) {}

}  // namespace power_bookmarks