// Copyright 2024 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_PERFORMANCE_CONTROLS_TAB_LIST_MODEL_H_ #define CHROME_BROWSER_UI_PERFORMANCE_CONTROLS_TAB_LIST_MODEL_H_ #include <vector> #include "base/observer_list.h" #include "base/observer_list_types.h" namespace resource_attribution { class PageContext; } class TabListModel { … }; #endif // CHROME_BROWSER_UI_PERFORMANCE_CONTROLS_TAB_LIST_MODEL_H_