chromium/remoting/base/user_settings.h

// Copyright 2021 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_USER_SETTINGS_H_
#define REMOTING_BASE_USER_SETTINGS_H_

#include <string>

namespace remoting {

UserSettingKey;

// A class to read and write settings for the current user.
class UserSettings {};

}  // namespace remoting

#endif  // REMOTING_BASE_USER_SETTINGS_H_