#ifndef CHROME_BROWSER_UI_VIEWS_SIDE_PANEL_HISTORY_CLUSTERS_HISTORY_CLUSTERS_SIDE_PANEL_COORDINATOR_H_
#define CHROME_BROWSER_UI_VIEWS_SIDE_PANEL_HISTORY_CLUSTERS_HISTORY_CLUSTERS_SIDE_PANEL_COORDINATOR_H_
#include <memory>
#include "chrome/browser/ui/browser_user_data.h"
#include "components/prefs/pref_change_registrar.h"
class Browser;
class HistoryClustersSidePanelUI;
class SidePanelRegistry;
namespace views {
class View;
}
class HistoryClustersSidePanelCoordinator
: public BrowserUserData<HistoryClustersSidePanelCoordinator> { … };
#endif