Index: content/public/common/DEPS |
diff --git a/content/public/common/DEPS b/content/public/common/DEPS |
index 2fd1c5f873458b8906f77b93f9c5757826eb8dbb..463fc3f2fc8373bdea284e6f07d0ce4800de3ddb 100644 |
--- a/content/public/common/DEPS |
+++ b/content/public/common/DEPS |
@@ -2,4 +2,7 @@ specific_include_rules = { |
".*\.cc": [ |
"+content/common", |
], |
+ "browser_plugin_guest_mode.cc": [ |
+ "+content/public/browser" |
lfg
2016/07/28 18:29:31
This is wrong. We shouldn't be including browser i
EhsanK
2016/07/29 20:23:17
Acknowledged.
|
+ ], |
} |