commit | 70d7837e6bd652beadfa9ea5ac9eebb5615e78cd | [log] [tgz] |
---|---|---|
author | Florian Leimgruber <fleimgruber@google.com> | Tue Jan 23 17:19:12 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Jan 23 17:19:12 2024 |
tree | fa74cb21caac254d129aa8f7c907407a62e9f082 | |
parent | faa23fda86084adbe84eb325bee038d962ab97ce [diff] |
Rename PDMCleaner to AddressDataCleaner As of crrev.com/c/5224686 the PDMCleaner only contains address-related logic. This CL renames the class accordingly. This CL was generated automatically using: DIR=components/autofill/core/browser git mv $DIR/personal_data_manager_cleaner.cc $DIR/address_data_cleaner.cc git mv $DIR/personal_data_manager_cleaner.h $DIR/address_data_cleaner.h git mv $DIR/personal_data_manager_cleaner_unittest.cc $DIR/address_data_cleaner_unittest.cc ./tools/git/mass-rename.py ./tools/git/mffr.py -f "PersonalDataManagerCleaner" "AddressDataCleaner" ./tools/git/mffr.py -f "personal_data_manager_cleaner_" "address_data_cleaner_" ./tools/git/mffr.py -f "PersonalDataManagerCleanerTest" "AddressDataCleanerTest" git cl format Bug: b/321929498 Change-Id: I40a41af70de6867deb57bf82e5464022d05041a6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5224655 Reviewed-by: Jihad Hanna <jihadghanna@google.com> Auto-Submit: Florian Leimgruber <fleimgruber@google.com> Commit-Queue: Jihad Hanna <jihadghanna@google.com> Cr-Commit-Position: refs/heads/main@{#1250896}
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.