#ifndef CHROME_BROWSER_SUPERVISED_USER_SUPERVISED_USER_SETTINGS_SERVICE_FACTORY_H_
#define CHROME_BROWSER_SUPERVISED_USER_SUPERVISED_USER_SETTINGS_SERVICE_FACTORY_H_
#include <memory>
#include "base/no_destructor.h"
#include "components/keyed_service/core/simple_keyed_service_factory.h"
#include "components/supervised_user/core/common/supervised_users.h"
class SimpleFactoryKey;
namespace supervised_user {
class SupervisedUserSettingsService;
}
class SupervisedUserSettingsServiceFactory : public SimpleKeyedServiceFactory { … };
#endif