| OLD | NEW |
| 1 include_rules = [ | 1 include_rules = [ |
| 2 # Bind/Callback is only allowed in rare cases, here it's allowed to convert | 2 # Bind/Callback is only allowed in rare cases, here it's allowed to convert |
| 3 # from WTF::Function to base::Callback in order to pass callbacks out of | 3 # from WTF::Function to base::Callback in order to pass callbacks out of |
| 4 # blink. | 4 # blink. |
| 5 "+base/bind.h", | 5 "+base/bind.h", |
| 6 "+base/callback.h", | 6 "+base/callback.h", |
| 7 "+base/callback_helpers.h", | 7 "+base/callback_helpers.h", |
| 8 "+base/logging.h", | 8 "+base/logging.h", |
| 9 "+base/macros.h", | 9 "+base/macros.h", |
| 10 "+base/memory/ptr_util.h", | 10 "+base/memory/ptr_util.h", |
| 11 ] | 11 ] |
| OLD | NEW |