| OLD | NEW |
| 1 include_rules = [ | 1 include_rules = [ |
| 2 "+components/data_use_measurement/core", | 2 "+components/data_use_measurement/core", |
| 3 "+components/google/core/browser", | 3 "+components/google/core/browser", |
| 4 "+components/image_fetcher/core", |
| 4 "+components/keyed_service/core", | 5 "+components/keyed_service/core", |
| 5 "+components/prefs", | 6 "+components/prefs", |
| 6 "+net/base", | 7 "+net/base", |
| 7 "+net/http/http_status_code.h", | 8 "+net/http/http_status_code.h", |
| 8 "+net/traffic_annotation", | 9 "+net/traffic_annotation", |
| 9 "+net/url_request", | 10 "+net/url_request", |
| 11 "+ui/gfx", |
| 10 ] | 12 ] |
| OLD | NEW |