commit | 485ab40fd95abb6eae3c63c7384c4c048320ed3a | [log] [tgz] |
---|---|---|
author | Florian Leimgruber <fleimgruber@google.com> | Thu Nov 21 08:49:32 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Nov 21 08:49:32 2024 |
tree | e33a1f4ee7c737026b39ed6761fdc7f570b9ffce | |
parent | 7f7d5b8f6228d79433a55252331a13894c3d1576 [diff] |
Create components/autofill/core/browser/form_import/addresses See go/components-autofill-restructure. This CL was auto-generated using the following commands: DIR=components/autofill/core/browser/form_import mkdir $DIR/addresses git mv $DIR/address_profile* $DIR/addresses # This matches autofill_profile_import_process, # autofill_profile_save_manager, and # autofill_save_update_address_profile_delegate_ios_unittest. git mv $DIR/autofill* $DIR/addresses ./tools/git/mass-rename.py git cl format Bug: 376223525 Change-Id: I9a9d01406be67a93f8c37ea3d9f63539e52ebe82 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6038933 Commit-Queue: Florian Leimgruber <fleimgruber@google.com> Code-Coverage: findit-for-me@appspot.gserviceaccount.com <findit-for-me@appspot.gserviceaccount.com> Reviewed-by: Jihad Hanna <jihadghanna@google.com> Reviewed-by: Gauthier Ambard <gambard@chromium.org> Cr-Commit-Position: refs/heads/main@{#1386104}
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.