chromium/remoting/base/local_session_policies_provider.h

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

#ifndef REMOTING_BASE_LOCAL_SESSION_POLICIES_PROVIDER_H_
#define REMOTING_BASE_LOCAL_SESSION_POLICIES_PROVIDER_H_

#include "base/callback_list.h"
#include "base/functional/callback.h"
#include "remoting/base/session_policies.h"

namespace remoting {

// Class that provides the local SessionPolicies.
class LocalSessionPoliciesProvider final {};

}  // namespace remoting

#endif  // REMOTING_BASE_LOCAL_SESSION_POLICIES_PROVIDER_H_