| OLD | NEW |
| 1 include_rules = [ | 1 include_rules = [ |
| 2 "+components/autofill/core/common", | 2 "+components/autofill/core/common", |
| 3 "+components/encryptor", |
| 3 "+components/password_manager/core", | 4 "+components/password_manager/core", |
| 4 "+components/webdata/encryptor", | |
| 5 "+net/base/registry_controlled_domains", | 5 "+net/base/registry_controlled_domains", |
| 6 "+sql", | 6 "+sql", |
| 7 # PasswordManager is a layered component; subdirectories must explicitly | 7 # PasswordManager is a layered component; subdirectories must explicitly |
| 8 # introduce the ability to use the content layer as appropriate. | 8 # introduce the ability to use the content layer as appropriate. |
| 9 "-content/public/common", | 9 "-content/public/common", |
| 10 "-ipc", | 10 "-ipc", |
| 11 ] | 11 ] |
| OLD | NEW |