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