#ifndef COMPONENTS_SYNC_PREFERENCES_PREF_SERVICE_SYNCABLE_FACTORY_H_
#define COMPONENTS_SYNC_PREFERENCES_PREF_SERVICE_SYNCABLE_FACTORY_H_
#include <memory>
#include "base/memory/raw_ptr.h"
#include "components/prefs/pref_service_factory.h"
namespace policy {
class BrowserPolicyConnector;
class PolicyService;
}
namespace user_prefs {
class PrefRegistrySyncable;
}
namespace sync_preferences {
class PrefModelAssociatorClient;
class PrefServiceSyncable;
class PrefServiceSyncableFactory : public PrefServiceFactory { … };
}
#endif