commit | 1965623c01bb2f5539997fe2ea3e4c68416eb8b7 | [log] [tgz] |
---|---|---|
author | Mark Cogan <marq@google.com> | Mon Aug 19 15:16:07 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Aug 19 15:16:07 2024 |
tree | 01a12b5716096aec64f2bce6cf848ad5edac7ce0 | |
parent | 21556aa0e40faaad1fae8c90ca01492ab7b4a4ab [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/supervised_user/model. This CL was uploaded by git cl split. R=anthie@google.com Bug: 359819865 Change-Id: Id1857ce7325b18567a933946395233723b3cba8e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5797126 Auto-Submit: Mark Cogan <marq@chromium.org> Commit-Queue: Aliona Dangla <alionadangla@chromium.org> Reviewed-by: Aliona Dangla <alionadangla@chromium.org> Cr-Commit-Position: refs/heads/main@{#1343515}
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.