Chromium Code Reviews| Index: content/common/DEPS |
| diff --git a/content/common/DEPS b/content/common/DEPS |
| index 11a3ffc1db9acf9d0a3d779421820202b7aac7e1..f2d5ebdbbd39f4b63f7f6326f262266e9c790c6c 100644 |
| --- a/content/common/DEPS |
| +++ b/content/common/DEPS |
| @@ -10,6 +10,6 @@ include_rules = [ |
| specific_include_rules = { |
| # Java bridge code passes NPAPI types to the browser process. Crazy! |
| "java_bridge_messages\.h": [ |
| - "+content/common_child" |
| + "+content/child" |
| ] |
| } |