Scott Violet | 26f9aa6 | 2023-10-25 23:29:59 | [diff] [blame] | 1 | // Copyright 2023 The Chromium Authors |
2 | // Use of this source code is governed by a BSD-style license that can be | ||||
3 | // found in the LICENSE file. | ||||
4 | |||||
5 | #ifndef CHROME_BROWSER_CONTENT_EXTRACTION_INNER_TEXT_H_ | ||||
6 | #define CHROME_BROWSER_CONTENT_EXTRACTION_INNER_TEXT_H_ | ||||
7 | |||||
8 | #include <memory> | ||||
Arthur Sonzogni | fe132ee | 2024-01-15 11:01:04 | [diff] [blame] | 9 | #include <optional> |
Scott Violet |