// Copyright 2023 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_VIEWS_TABS_FILENAME_ELIDER_H_ #define CHROME_BROWSER_UI_VIEWS_TABS_FILENAME_ELIDER_H_ #include <string> #include "ui/gfx/geometry/rect.h" #include "ui/gfx/render_text.h" // Helper class used to elide local filenames with a RenderText object that // is provided with the correct setup and formatting. class FilenameElider { … }; #endif // CHROME_BROWSER_UI_VIEWS_TABS_FILENAME_ELIDER_H_