| OLD | NEW |
| 1 include_rules = [ | 1 include_rules = [ |
| 2 "+base", | 2 "+base", |
| 3 "+content", | 3 "+content", |
| 4 "+third_party/mozilla", |
| 5 "+ui", |
| 4 # Temporary allowed includes. | 6 # Temporary allowed includes. |
| 5 # TODO(benwells): remove these (http://crbug.com/159366) | 7 # TODO(benwells): remove these (http://crbug.com/159366) |
| 6 "+chrome/browser/browser_process.h", | 8 "+chrome/browser/browser_process.h", |
| 7 "+chrome/browser/extensions", | 9 "+chrome/browser/extensions", |
| 8 "+chrome/browser/profiles", | 10 "+chrome/browser/profiles", |
| 9 "+chrome/browser/ui/host_desktop.h", | 11 "+chrome/browser/ui/host_desktop.h", |
| 12 "+chrome/common/chrome_constants.h", |
| 13 "+chrome/common/chrome_paths_internal.h", |
| 10 "+chrome/common/chrome_notification_types.h", | 14 "+chrome/common/chrome_notification_types.h", |
| 11 "+chrome/common/chrome_switches.h", | 15 "+chrome/common/chrome_switches.h", |
| 12 "+chrome/common/extensions", | 16 "+chrome/common/extensions", |
| 13 "+chrome/installer", | 17 "+chrome/installer", |
| 14 ] | 18 ] |
| OLD | NEW |