chromium/chrome/browser/ui/device_signals_consent/consent_requester.h

// Copyright 2023 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#ifndef CHROME_BROWSER_UI_DEVICE_SIGNALS_CONSENT_CONSENT_REQUESTER_H_
#define CHROME_BROWSER_UI_DEVICE_SIGNALS_CONSENT_CONSENT_REQUESTER_H_

#include <memory>

#include "base/functional/callback.h"

class Profile;

RequestConsentCallback;

// Class that requests the collection of user consent for
// sharing device signals.
class ConsentRequester {};

#endif  // CHROME_BROWSER_UI_DEVICE_SIGNALS_CONSENT_CONSENT_REQUESTER_H_