#ifndef COMPONENTS_SYNC_ENGINE_COMMIT_CONTRIBUTION_IMPL_H_
#define COMPONENTS_SYNC_ENGINE_COMMIT_CONTRIBUTION_IMPL_H_
#include <stddef.h>
#include "base/functional/callback.h"
#include "components/sync/base/passphrase_enums.h"
#include "components/sync/engine/commit_and_get_updates_types.h"
#include "components/sync/engine/commit_contribution.h"
namespace sync_pb {
class ClientToServerMessage;
class SyncEntity;
class ClientToServerResponse;
}
namespace syncer {
class CommitContributionImpl : public CommitContribution { … };
}
#endif