// 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_TEST_STUB_WEB_FEED_SUBSCRIPTIONS_H_ #define COMPONENTS_FEED_CORE_V2_PUBLIC_TEST_STUB_WEB_FEED_SUBSCRIPTIONS_H_ #include "components/feed/core/v2/public/types.h" #include "components/feed/core/v2/public/web_feed_subscriptions.h" namespace feed { class StubWebFeedSubscriptions : public WebFeedSubscriptions { … }; } // namespace feed #endif // COMPONENTS_FEED_CORE_V2_PUBLIC_TEST_STUB_WEB_FEED_SUBSCRIPTIONS_H_