| Index: chrome/install_static/DEPS
 | 
| diff --git a/chrome/install_static/DEPS b/chrome/install_static/DEPS
 | 
| index 6eb75cdb3de58d862f59426de8c906cf81ec9548..23c5fa30d9a479f53611fd6cec0fbb4d534e4e3a 100644
 | 
| --- a/chrome/install_static/DEPS
 | 
| +++ b/chrome/install_static/DEPS
 | 
| @@ -1,10 +1,9 @@
 | 
|  include_rules = [
 | 
| -  # Nothing from base except the includes listed below.
 | 
| +  # Nothing from base.
 | 
|    "-base",
 | 
| -  "+base/macros.h",
 | 
| -  "+base/strings/string16.h",
 | 
| -  "+build/build_config.h",
 | 
|    # Nothing from chrome.
 | 
|    "-chrome",
 | 
|    "+chrome/install_static/install_util.h",
 | 
| +  # All registry access should go through nt_registry.
 | 
| +  "+chrome_elf/nt_registry/nt_registry.h",
 | 
|  ]
 | 
| 
 |