#ifndef COMPONENTS_SYNC_MODEL_DATA_TYPE_LOCAL_CHANGE_PROCESSOR_H_
#define COMPONENTS_SYNC_MODEL_DATA_TYPE_LOCAL_CHANGE_PROCESSOR_H_
#include <memory>
#include <optional>
#include <string>
#include <vector>
#include "base/memory/weak_ptr.h"
#include "base/time/time.h"
#include "components/sync/base/data_type.h"
#include "components/sync/model/data_type_controller_delegate.h"
#include "components/sync/model/model_error.h"
namespace sync_pb {
class EntitySpecifics;
class UniquePosition;
}
namespace syncer {
class ClientTagHash;
class DeletionOrigin;
class MetadataBatch;
class MetadataChangeList;
class DataTypeSyncBridge;
struct EntityData;
class DataTypeLocalChangeProcessor { … };
}
#endif