// 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_PRIVACY_NOTICE_CARD_TRACKER_H_ #define COMPONENTS_FEED_CORE_V2_STREAM_PRIVACY_NOTICE_CARD_TRACKER_H_ #include "base/memory/raw_ptr.h" #include "base/time/time.h" class PrefService; namespace feedwire { class ContentId; } namespace feed { // Tracker for the notice card related actions that also provide signals based // on those. class PrivacyNoticeCardTracker { … }; } // namespace feed #endif // COMPONENTS_FEED_CORE_V2_STREAM_PRIVACY_NOTICE_CARD_TRACKER_H_