#ifndef COMPONENTS_SYNC_NIGORI_NIGORI_LOCAL_CHANGE_PROCESSOR_H_
#define COMPONENTS_SYNC_NIGORI_NIGORI_LOCAL_CHANGE_PROCESSOR_H_
#include <memory>
#include <optional>
#include <utility>
#include "base/memory/weak_ptr.h"
#include "components/sync/model/model_error.h"
#include "components/sync/protocol/data_type_state.pb.h"
#include "components/sync/protocol/entity_metadata.pb.h"
namespace syncer {
class DataTypeControllerDelegate;
class NigoriSyncBridge;
struct EntityData;
struct NigoriMetadataBatch { … };
class NigoriLocalChangeProcessor { … };
}
#endif