blob: 201029b54a5e4f4d3e4a849d14391713bc623439 [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.
#ifndef CHROME_BROWSER_CONSENT_AUDITOR_CONSENT_AUDITOR_TEST_UTILS_H_
#define CHROME_BROWSER_CONSENT_AUDITOR_CONSENT_AUDITOR_TEST_UTILS_H_
#include <memory>
namespace content {
class BrowserContext;
}
class KeyedService;
std::unique_ptr<KeyedService> BuildFakeConsentAuditor(
content::BrowserContext* context);
#endif // CHROME_BROWSER_CONSENT_AUDITOR_CONSENT_AUDITOR_TEST_UTILS_H_