| OLD | NEW | 
|---|
| 1 include_rules = [ | 1 include_rules = [ | 
| 2     "+base/bind.h", | 2     "+base/bind.h", | 
| 3     "+base/callback.h", | 3     "+base/callback.h", | 
| 4     "+base/macros.h", | 4     "+base/macros.h", | 
| 5     "+base/memory/ptr_util.h", | 5     "+base/memory/ptr_util.h", | 
| 6     "+base/memory/ref_counted.h", | 6     "+base/memory/ref_counted.h", | 
| 7     "+base/message_loop/message_loop.h", | 7     "+base/message_loop/message_loop.h", | 
|  | 8     "+base/optional.h", | 
| 8     "+base/single_thread_task_runner.h", | 9     "+base/single_thread_task_runner.h", | 
| 9     "+base/threading/thread.h", | 10     "+base/threading/thread.h", | 
| 10     "+base/time/time.h", | 11     "+base/time/time.h", | 
| 11     "+v8/include/v8.h", | 12     "+v8/include/v8.h", | 
| 12 ] | 13 ] | 
| OLD | NEW | 
|---|