// 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_STREAM_UNREAD_CONTENT_NOTIFIER_H_ #define COMPONENTS_FEED_CORE_V2_STREAM_UNREAD_CONTENT_NOTIFIER_H_ #include "components/feed/core/v2/public/unread_content_observer.h" namespace feed { namespace feed_stream { // Wraps and notifies a `UnreadContentObserver`. class UnreadContentNotifier { … }; } // namespace feed_stream } // namespace feed #endif // COMPONENTS_FEED_CORE_V2_STREAM_UNREAD_CONTENT_NOTIFIER_H_