chromium/components/sync/base/sync_invalidation.cc

// Copyright 2014 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/base/sync_invalidation.h"

namespace syncer {

bool SyncInvalidation::LessThanByVersion(const SyncInvalidation& a,
                                         const SyncInvalidation& b) {}

SyncInvalidation::SyncInvalidation() = default;

SyncInvalidation::~SyncInvalidation() = default;

}  // namespace syncer