chromium/components/feed/core/v2/web_feed_subscriptions/subscription_datastore_provider.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_WEB_FEED_SUBSCRIPTIONS_SUBSCRIPTION_DATASTORE_PROVIDER_H_
#define COMPONENTS_FEED_CORE_V2_WEB_FEED_SUBSCRIPTIONS_SUBSCRIPTION_DATASTORE_PROVIDER_H_

#include <string>
#include <vector>

#include "base/containers/flat_map.h"
#include "components/feed/core/v2/public/types.h"

namespace feed {
class XsurfaceDatastoreDataWriter;

// Sends status of WebFeed subscriptions to xsurface's datastore.
class SubscriptionDatastoreProvider {};

}  // namespace feed

#endif  // COMPONENTS_FEED_CORE_V2_WEB_FEED_SUBSCRIPTIONS_SUBSCRIPTION_DATASTORE_PROVIDER_H_