blob: 032e3a5a34211469d61f8d771862df933ee4a9cf [file] [log] [blame]
// Copyright 2018 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "chrome/browser/consent_auditor/consent_auditor_test_utils.h"
#include "components/consent_auditor/fake_consent_auditor.h"
std::unique_ptr<KeyedService> BuildFakeConsentAuditor(
content::BrowserContext* context) {
return std::make_unique<consent_auditor::FakeConsentAuditor>();
}