| Index: chrome/browser/prefs/DEPS | 
| diff --git a/chrome/browser/prefs/DEPS b/chrome/browser/prefs/DEPS | 
| new file mode 100644 | 
| index 0000000000000000000000000000000000000000..6cd826038777ac84b9c26577185cf6152ffd15c3 | 
| --- /dev/null | 
| +++ b/chrome/browser/prefs/DEPS | 
| @@ -0,0 +1,11 @@ | 
| +include_rules = [ | 
| +  "-content", | 
| +] | 
| + | 
| +specific_include_rules = { | 
| +  "pref_service.*|browser_prefs.*": [ | 
| +    "+content/public/browser/browser_thread.h", | 
| +    "+content/public/browser/render_process_host.h", | 
| +    "+content/public/test", | 
| +  ], | 
| +} | 
|  |