#ifndef COMPONENTS_SYNC_MODEL_IN_MEMORY_METADATA_CHANGE_LIST_H_
#define COMPONENTS_SYNC_MODEL_IN_MEMORY_METADATA_CHANGE_LIST_H_
#include <map>
#include <memory>
#include <string>
#include "components/sync/engine/commit_and_get_updates_types.h"
#include "components/sync/model/metadata_change_list.h"
#include "components/sync/protocol/data_type_state.pb.h"
#include "components/sync/protocol/entity_metadata.pb.h"
namespace syncer {
class InMemoryMetadataChangeList : public MetadataChangeList { … };
}
#endif