| OLD | NEW |
| 1 include_rules = [ | 1 include_rules = [ |
| 2 "+content/browser/browser_child_process_host_impl.h", | 2 "+content/browser/browser_child_process_host_impl.h", |
| 3 "+content/browser/notification_service_impl.h", | 3 "+content/browser/notification_service_impl.h", |
| 4 "+content/browser/renderer_host/render_view_host_impl.h", | 4 "+content/browser/renderer_host/render_view_host_impl.h", |
| 5 "+content/browser/worker_host/worker_service_impl.h", | 5 "+content/browser/worker_host/worker_service_impl.h", |
| 6 | 6 |
| 7 # TODO(jam): remove | 7 # TODO(jam): remove |
| 8 "+content/browser/download/download_state_info.h", | 8 "+content/browser/download/download_state_info.h", |
| 9 "+content/browser/javascript_dialogs.h", | 9 "+content/browser/javascript_dialogs.h", |
| 10 "+content/browser/tab_contents/navigation_controller.h", | 10 "+content/browser/web_contents/web_contents_impl.h", |
| 11 "+content/browser/tab_contents/page_navigator.h", | |
| 12 "+content/browser/tab_contents/tab_contents.h", | |
| 13 "+content/browser/webui/web_ui.h", | 11 "+content/browser/webui/web_ui.h", |
| 14 ] | 12 ] |
| OLD | NEW |