| OLD | NEW |
| 1 include_rules = [ | 1 include_rules = [ |
| 2 "+components/os_crypt", |
| 2 # TODO(joi): Perhaps PrefRegistrySyncable should be a separate | 3 # TODO(joi): Perhaps PrefRegistrySyncable should be a separate |
| 3 # component since it is currently in the same component as | 4 # component since it is currently in the same component as |
| 4 # UserPrefs, which uses content::BrowserContext. | 5 # UserPrefs, which uses content::BrowserContext. |
| 5 "+components/user_prefs/pref_registry_syncable.h", | 6 "+components/user_prefs/pref_registry_syncable.h", |
| 6 "+components/encryptor", | |
| 7 ] | 7 ] |
| OLD | NEW |