diff options
Diffstat (limited to 'chromium/components/previews/DEPS')
-rw-r--r-- | chromium/components/previews/DEPS | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chromium/components/previews/DEPS b/chromium/components/previews/DEPS index 03135a11a14..17d1bf68d3d 100644 --- a/chromium/components/previews/DEPS +++ b/chromium/components/previews/DEPS @@ -2,7 +2,7 @@ include_rules = [ # Previews is a layered component; subdirectories must introduce # allowances of //content dependencies as appropriate. "-components", - "-components/data_reduction_proxy/", - "+components/data_reduction_proxy/core/browser/", + "-components/data_reduction_proxy", + "+components/data_reduction_proxy/core/browser", "-components/previews/content", ]
\ No newline at end of file |