// Copyright 2021 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_WEB_FEED_SUBSCRIPTIONS_H_ #define COMPONENTS_FEED_CORE_V2_PUBLIC_WEB_FEED_SUBSCRIPTIONS_H_ #include <ostream> #include <string> #include "base/functional/callback.h" #include "components/feed/core/proto/v2/wire/web_feeds.pb.h" #include "components/feed/core/v2/public/types.h" namespace feed { // API to access Web Feed subscriptions. class WebFeedSubscriptions { … }; } // namespace feed #endif // COMPONENTS_FEED_CORE_V2_PUBLIC_WEB_FEED_SUBSCRIPTIONS_H_