chromium/components/saved_tab_groups/mock_tab_group_sync_delegate.h

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

#ifndef COMPONENTS_SAVED_TAB_GROUPS_MOCK_TAB_GROUP_SYNC_DELEGATE_H_
#define COMPONENTS_SAVED_TAB_GROUPS_MOCK_TAB_GROUP_SYNC_DELEGATE_H_

#include "components/saved_tab_groups/tab_group_sync_delegate.h"
#include "testing/gmock/include/gmock/gmock.h"

namespace tab_groups {

class MockTabGroupSyncDelegate : public TabGroupSyncDelegate {};

}  // namespace tab_groups

#endif  // COMPONENTS_SAVED_TAB_GROUPS_MOCK_TAB_GROUP_SYNC_DELEGATE_H_