#ifndef COMPONENTS_CONSENT_AUDITOR_FAKE_CONSENT_AUDITOR_H_
#define COMPONENTS_CONSENT_AUDITOR_FAKE_CONSENT_AUDITOR_H_
#include <string>
#include <vector>
#include "components/consent_auditor/consent_auditor.h"
#include "components/sync/protocol/user_consent_specifics.pb.h"
#include "components/sync/protocol/user_consent_types.pb.h"
#include "testing/gmock/include/gmock/gmock.h"
Matcher;
namespace consent_auditor {
class FakeConsentAuditor : public ConsentAuditor { … };
MATCHER_P(ArcPlayConsentEq, expected_consent, "") { … }
MATCHER_P(ArcGoogleLocationServiceConsentEq, expected_consent, "") { … }
MATCHER_P(ArcBackupAndRestoreConsentEq, expected_consent, "") { … }
}
#endif