chromium/components/device_signals/core/browser/user_delegate.h

// Copyright 2022 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_DEVICE_SIGNALS_CORE_BROWSER_USER_DELEGATE_H_
#define COMPONENTS_DEVICE_SIGNALS_CORE_BROWSER_USER_DELEGATE_H_

#include <set>
#include <string>

#include "build/chromeos_buildflags.h"
#include "components/policy/core/common/policy_types.h"

namespace device_signals {

// Delegate representing the user that is currently logged-in to the browser
// itself.
class UserDelegate {};

}  // namespace device_signals

#endif  // COMPONENTS_DEVICE_SIGNALS_CORE_BROWSER_USER_DELEGATE_H_