chromium/components/feed/core/v2/public/ntp_feed_content_fetcher.h

// Copyright 2022 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_FEED_CORE_V2_PUBLIC_NTP_FEED_CONTENT_FETCHER_H_
#define COMPONENTS_FEED_CORE_V2_PUBLIC_NTP_FEED_CONTENT_FETCHER_H_

#include <string>
#include <vector>

#include "base/functional/callback_forward.h"
#include "base/memory/raw_ptr.h"
#include "components/feed/core/v2/feed_network.h"
#include "components/feed/core/v2/feed_network_impl.h"
#include "components/signin/public/base/consent_level.h"
#include "components/signin/public/identity_manager/identity_manager.h"
#include "url/gurl.h"

namespace feed {

/** Supports fetching feed content for the desktop NTP module. */
class NtpFeedContentFetcher {};

}  // namespace feed

#endif  // COMPONENTS_FEED_CORE_V2_PUBLIC_NTP_FEED_CONTENT_FETCHER_H_