// 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_FEED_STREAM_SURFACE_H_ #define COMPONENTS_FEED_CORE_V2_FEED_STREAM_SURFACE_H_ #include "components/feed/core/v2/feed_stream_surface.h" #include "components/feed/core/v2/public/stream_type.h" namespace feed { // Consumes stream data for a single `StreamType` and displays it to the user. class FeedStreamSurface final { … }; } // namespace feed #endif // COMPONENTS_FEED_CORE_V2_FEED_STREAM_SURFACE_H_