#ifndef CHROME_BROWSER_UI_COMMERCE_PRODUCT_SPECIFICATIONS_ENTRY_POINT_CONTROLLER_H_
#define CHROME_BROWSER_UI_COMMERCE_PRODUCT_SPECIFICATIONS_ENTRY_POINT_CONTROLLER_H_
#include "base/memory/raw_ptr.h"
#include "base/memory/weak_ptr.h"
#include "chrome/browser/ui/tabs/tab_strip_model_observer.h"
#include "components/commerce/core/compare/cluster_manager.h"
class Browser;
namespace content {
class WebContents;
}
namespace commerce {
class ShoppingService;
class ProductSpecificationsService;
class ProductSpecificationsEntryPointController
: public TabStripModelObserver,
public ClusterManager::Observer { … };
}
#endif