| OLD | NEW | 
|   1 specific_include_rules = { |   1 specific_include_rules = { | 
|   2   # TODO(crbug.com/619984): Remove the following exceptions. |   2   # TODO(crbug.com/619984): Remove the following exceptions. | 
|   3   "^native_app_navigation_util_unittest\.mm$": [ |   3   "^native_app_navigation_util_unittest\.mm$": [ | 
|   4     "+ios/web/navigation/crw_session_controller.h", |   4     "+ios/web/navigation/crw_session_controller.h", | 
|   5     "+ios/web/navigation/navigation_manager_impl.h", |   5     "+ios/web/navigation/navigation_manager_impl.h", | 
|   6     "+ios/web/web_state/web_state_impl.h", |   6     "+ios/web/web_state/web_state_impl.h", | 
|   7   ], |   7   ], | 
 |   8   "^native_app_navigation_controller\.mm$": [ | 
 |   9     "+ios/web/web_state/ui/crw_web_controller.h", | 
 |  10   ], | 
|   8 } |  11 } | 
| OLD | NEW |