#ifndef COMPONENTS_SYNC_ENGINE_LOOPBACK_SERVER_PERSISTENT_PERMANENT_ENTITY_H_
#define COMPONENTS_SYNC_ENGINE_LOOPBACK_SERVER_PERSISTENT_PERMANENT_ENTITY_H_
#include <memory>
#include <string>
#include "components/sync/base/data_type.h"
#include "components/sync/engine/loopback_server/loopback_server_entity.h"
namespace sync_pb {
class EntitySpecifics;
class SyncEntity;
enum LoopbackServerEntity_Type : int;
}
namespace syncer {
class PersistentPermanentEntity : public LoopbackServerEntity { … };
}
#endif