| Index: content/components/navigation_interception/DEPS | 
| diff --git a/chrome/browser/component/navigation_interception/DEPS b/content/components/navigation_interception/DEPS | 
| similarity index 60% | 
| copy from chrome/browser/component/navigation_interception/DEPS | 
| copy to content/components/navigation_interception/DEPS | 
| index 4d851675c6a368aafe16fbc6d838b33cff12af37..8ff1d1350b45a0b5bb1938a83bc9fad1db6435f2 100644 | 
| --- a/chrome/browser/component/navigation_interception/DEPS | 
| +++ b/content/components/navigation_interception/DEPS | 
| @@ -1,12 +1,13 @@ | 
| include_rules = [ | 
| "+content/public", | 
| "+net/url_request", | 
| + | 
| +  # For generated JNI includes | 
| +  "+jni", | 
| ] | 
|  | 
| specific_include_rules = { | 
| '.*_(a-z)+test\.cc': [ | 
| -    # Temporary until test case moves into a separate test runner. | 
| -    "!chrome/test/base", | 
| "+testing", | 
| ], | 
| } | 
|  |