| OLD | NEW | 
|   1 include_rules = [ |   1 include_rules = [ | 
|   2   "-components/payments/content/android", |   2   "-components/payments/content/android", | 
|   3   "-components/payments/content/utility", |   3   "-components/payments/content/utility", | 
|   4   "+components/autofill", |   4   "+components/autofill", | 
|   5   "+components/data_use_measurement", |   5   "+components/data_use_measurement", | 
|   6   "+components/link_header_util", |   6   "+components/link_header_util", | 
|   7   "+components/strings", |   7   "+components/strings", | 
 |   8   "+components/webdata/common", | 
 |   9   "+components/webdata_services", | 
|   8   "+content/public", |  10   "+content/public", | 
|   9   "+mojo/public/cpp", |  11   "+mojo/public/cpp", | 
|  10   "+net", |  12   "+net", | 
 |  13   "+sql", | 
|  11   "+third_party/re2", |  14   "+third_party/re2", | 
|  12   "+ui/base", |  15   "+ui/base", | 
|  13 ] |  16 ] | 
| OLD | NEW |