| OLD | NEW | 
| (Empty) |  | 
 |   1 include_rules = [ | 
 |   2   "+components/dom_distiller/webui", | 
 |   3   # The webui of this component needs to depend on content, but since it is | 
 |   4   # also supposed to be working on iOS, and there is currently no plan for | 
 |   5   # extracting webui as something that is reusable across iOS and other, | 
 |   6   # this DEPS rule is kept instead. | 
 |   7   # To ensure this DEPS rule is not a nuisance to engineers refactorings the | 
 |   8   # content layer, it is currently quite broad instead of the more strict | 
 |   9   # approach directly allowing the header files that are currently included from | 
 |  10   # content. | 
 |  11   "+content/public/browser", | 
 |  12 ] | 
| OLD | NEW |