chromium/components/sync/nigori/nigori_local_change_processor.cc

// Copyright 2019 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#include "components/sync/nigori/nigori_local_change_processor.h"

#include <memory>

#include "components/sync/protocol/entity_metadata.pb.h"

namespace syncer {

NigoriMetadataBatch::NigoriMetadataBatch() = default;

NigoriMetadataBatch::NigoriMetadataBatch(NigoriMetadataBatch&& other)
    :{}

NigoriMetadataBatch::~NigoriMetadataBatch() = default;

}  // namespace syncer