#ifndef COMPONENTS_FEED_CORE_V2_PUBLIC_FEED_API_H_
#define COMPONENTS_FEED_CORE_V2_PUBLIC_FEED_API_H_
#include <string>
#include <string_view>
#include <vector>
#include "base/functional/callback_forward.h"
#include "base/observer_list_types.h"
#include "base/time/time.h"
#include "components/feed/core/v2/public/common_enums.h"
#include "components/feed/core/v2/public/refresh_task_scheduler.h"
#include "components/feed/core/v2/public/stream_type.h"
#include "components/feed/core/v2/public/types.h"
#include "components/feed/core/v2/public/unread_content_observer.h"
#include "components/feed/core/v2/public/web_feed_subscriptions.h"
#include "url/gurl.h"
namespace feedui {
class StreamUpdate;
}
namespace feedstore {
class DataOperation;
}
namespace feed {
class PersistentKeyValueStore;
class WebFeedSubscriptions;
struct LoggingParameters;
class SurfaceRenderer;
class FeedApi { … };
}
#endif