// 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. #ifndef CHROME_BROWSER_UI_VIEWS_BOOKMARKS_SAVED_TAB_GROUPS_SAVED_TAB_GROUP_DRAG_DATA_H_ #define CHROME_BROWSER_UI_VIEWS_BOOKMARKS_SAVED_TAB_GROUPS_SAVED_TAB_GROUP_DRAG_DATA_H_ #include <optional> #include "base/uuid.h" #include "ui/base/clipboard/clipboard_format_type.h" #include "ui/gfx/geometry/point_f.h" namespace ui { class OSExchangeData; class ThemeProvider; } // namespace ui namespace tab_groups { class SavedTabGroupButton; class SavedTabGroupDragData { … }; } // namespace tab_groups #endif // CHROME_BROWSER_UI_VIEWS_BOOKMARKS_SAVED_TAB_GROUPS_SAVED_TAB_GROUP_DRAG_DATA_H_