Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 include_rules = [ | 1 include_rules = [ |
| 2 "-chrome", | 2 "-chrome", |
| 3 | 3 |
| 4 "+chrome/browser/sync/api", | 4 "+chrome/browser/sync/api", |
| 5 "+chrome/browser/sync/internal_api/base_node.h", | 5 "+sync/internal_api/base_node.h", |
| 6 "+sync/protocol", | 6 "+sync/protocol", |
| 7 "+sync/syncable/model_type.h", | 7 "+sync/syncable/model_type.h", |
| 8 "+sync/util/immutable.h", | 8 "+sync/util/immutable.h", |
| 9 ] | 9 ] |
| 10 | 10 |
| OLD | NEW |