// 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_CONSENT_AUDITOR_CONSENT_SYNC_BRIDGE_H_ #define COMPONENTS_CONSENT_AUDITOR_CONSENT_SYNC_BRIDGE_H_ #include <memory> #include "base/memory/weak_ptr.h" namespace syncer { class DataTypeControllerDelegate; } namespace sync_pb { class UserConsentSpecifics; } namespace consent_auditor { class ConsentSyncBridge { … }; } // namespace consent_auditor #endif // COMPONENTS_CONSENT_AUDITOR_CONSENT_SYNC_BRIDGE_H_