// Copyright 2018 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_UNIFIED_CONSENT_URL_KEYED_DATA_COLLECTION_CONSENT_HELPER_H_ #define COMPONENTS_UNIFIED_CONSENT_URL_KEYED_DATA_COLLECTION_CONSENT_HELPER_H_ #include <memory> #include "base/observer_list.h" class PrefService; namespace syncer { class SyncService; } namespace unified_consent { // Helper class that allows clients to check whether the user has consented // for URL-keyed data collection. class UrlKeyedDataCollectionConsentHelper { … }; } // namespace unified_consent #endif // COMPONENTS_UNIFIED_CONSENT_URL_KEYED_DATA_COLLECTION_CONSENT_HELPER_H_