commit | 3936340c8aa8059622e211f45a5927cb1eb5725f | [log] [tgz] |
---|---|---|
author | Mark Cogan <marq@google.com> | Mon Aug 19 16:08:12 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Aug 19 16:08:12 2024 |
tree | b785214f6490e4131fe1f0cc2534f64cbf30a827 | |
parent | 2051a562fa9a04e6e3364cbf967743726dc046b1 [diff] |
[iOS] Migrate ChromeBrowserState forward declaration to header. This CL migrates forward declarations of ChromeBrowserState in header files to instead import a forward header. This header can be updated as ChromeBrowserState is migrated to ProfileIOS without needing to (again) touch hundreds of header files. BUILD files are also updated for this change. Where needed, this CL also changes #include directives to #import, which is the preferred usage in //ios. This specific CL updates files in ios/chrome/browser/download/model. This CL was uploaded by git cl split. R=xinghuilu@chromium.org Bug: 359819865 Change-Id: I2c65e7bbeebefcb0a15f91ed14809acb1f24c13a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5796884 Commit-Queue: Aliona Dangla <alionadangla@chromium.org> Auto-Submit: Mark Cogan <marq@chromium.org> Reviewed-by: Aliona Dangla <alionadangla@chromium.org> Cr-Commit-Position: refs/heads/main@{#1343541}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
To check out the source code locally, don't use git clone
! Instead, follow the instructions on how to get the code.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure.
For historical reasons, there are some small top level directories. Now the guidance is that new top level directories are for product (e.g. Chrome, Android WebView, Ash). Even if these products have multiple executables, the code should be in subdirectories of the product.
If you found a bug, please file it at https://crbug.com/new.