Files
brave-core/browser/browsing_data
cdesouza-chromium 44dd177f5d [IWYU] base/memory/scoped_refptr.h in //brave/browser (#32381)
This PR does some IWYU for `base/memory/scoped_refptr.h` under
`//brave/browser`. This uses the standard script with the following
dataset:

```
HEADER_FUNCTION_SETS = [
    (
        '"base/memory/scoped_refptr.h"',
        (
          "scoped_refptr",
        ),
    ),
]
```

Bug: https://github.com/brave/brave-browser/issues/42212
2025-11-18 15:14:30 +00:00
..