| OLD | NEW |
| 1 include_rules = [ | 1 include_rules = [ |
| 2 # chromecast/browser/ is the top-level main directory for the Chromecast | 2 # chromecast/browser/ is the top-level main directory for the Chromecast |
| 3 # embedder and can include from all other chromecast/ directories. | 3 # embedder and can include from all other chromecast/ directories. |
| 4 "+cc/base/switches.h", | 4 "+cc/base/switches.h", |
| 5 "+chromecast", | 5 "+chromecast", |
| 6 "+components/cdm/browser", |
| 6 "+components/crash", | 7 "+components/crash", |
| 7 "+components/network_hints/browser", | 8 "+components/network_hints/browser", |
| 8 "+content/public/browser", | 9 "+content/public/browser", |
| 9 "+media/base", | 10 "+media/base", |
| 10 ] | 11 ] |
| OLD | NEW |