Index: apps/DEPS |
diff --git a/apps/DEPS b/apps/DEPS |
index 980e67256f4fe1d36e9a3e55618939a26db77f54..0fc9ed2f327ee557ef247b0d6ed5c3037c1ad3f4 100644 |
--- a/apps/DEPS |
+++ b/apps/DEPS |
@@ -2,9 +2,13 @@ include_rules = [ |
"+base", |
"+content", |
# Temporary allowed includes. |
- # TODO(benwells): remove these. |
+ # TODO(benwells): remove these (http://crbug.com/159366) |
+ "+chrome/browser/browser_process.h", |
"+chrome/browser/extensions", |
+ "+chrome/browser/prefs", |
"+chrome/browser/profiles", |
"+chrome/common/chrome_notification_types.h", |
+ "+chrome/common/chrome_switches.h", |
"+chrome/common/extensions", |
+ "+chrome/installer", |
] |