chromium/chrome/browser/ui/tabs/saved_tab_groups/saved_tab_group_controller.h

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

#ifndef CHROME_BROWSER_UI_TABS_SAVED_TAB_GROUPS_SAVED_TAB_GROUP_CONTROLLER_H_
#define CHROME_BROWSER_UI_TABS_SAVED_TAB_GROUPS_SAVED_TAB_GROUP_CONTROLLER_H_

#include "base/uuid.h"
#include "components/saved_tab_groups/types.h"
#include "components/tab_groups/tab_group_id.h"

class Browser;

namespace tab_groups {

// The API for performing updates to the SavedTabGroup feature.
class SavedTabGroupController {};

}  // namespace tab_groups

#endif  // CHROME_BROWSER_UI_TABS_SAVED_TAB_GROUPS_SAVED_TAB_GROUP_CONTROLLER_H_