// Copyright 2022 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_TABS_TAB_STRIP_SCRUBBING_METRICS_H_ #define CHROME_BROWSER_UI_TABS_TAB_STRIP_SCRUBBING_METRICS_H_ #include <stddef.h> #include <stdint.h> #include "base/time/time.h" #include "base/timer/timer.h" #include "chrome/browser/ui/tabs/tab_strip_user_gesture_details.h" class TabStripScrubbingMetrics { … }; #endif // CHROME_BROWSER_UI_TABS_TAB_STRIP_SCRUBBING_METRICS_H_