blob: a40ce62b5a19aa396c5a796cb2bb10602a3e0c7a [file] [log] [blame]
// Copyright 2023 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/test/mock_commit_queue.h"
namespace syncer {
MockCommitQueue::MockCommitQueue() = default;
MockCommitQueue::~MockCommitQueue() = default;
} // namespace syncer