#ifndef CHROME_BROWSER_UI_TABS_SAVED_TAB_GROUPS_SAVED_TAB_GROUP_WEB_CONTENTS_LISTENER_H_
#define CHROME_BROWSER_UI_TABS_SAVED_TAB_GROUPS_SAVED_TAB_GROUP_WEB_CONTENTS_LISTENER_H_
#include "base/token.h"
#include "components/saved_tab_groups/saved_tab_group.h"
#include "content/public/browser/navigation_entry.h"
#include "content/public/browser/page.h"
#include "content/public/browser/web_contents_observer.h"
namespace content {
class NavigationHandle;
class WebContents;
}
namespace tab_groups {
class TabGroupSyncService;
class SavedTabGroupWebContentsListener : public content::WebContentsObserver { … };
}
#endif