// 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. #include "components/feed/core/v2/feed_stream_surface.h" namespace feed { FeedStreamSurface::FeedStreamSurface(StreamType stream_type, SingleWebFeedEntryPoint entry_point) : … { … } FeedStreamSurface::~FeedStreamSurface() = default; SurfaceId FeedStreamSurface::GetSurfaceId() const { … } } // namespace feed