Chromium Code Reviews| Index: components/data_reduction_proxy/core/browser/DEPS |
| diff --git a/components/leveldb_proto/DEPS b/components/data_reduction_proxy/core/browser/DEPS |
| similarity index 53% |
| copy from components/leveldb_proto/DEPS |
| copy to components/data_reduction_proxy/core/browser/DEPS |
| index 743a2f3baeca1ae3235e04d57c249792fac89251..6f3c27ee0d1f0b7855bf68adfb6a840bd1aa2eb8 100644 |
| --- a/components/leveldb_proto/DEPS |
| +++ b/components/data_reduction_proxy/core/browser/DEPS |
| @@ -1,3 +1,4 @@ |
| include_rules = [ |
| "+third_party/leveldatabase", |
| + "+content/public/browser/browser_thread.h", |
|
jeremyim
2015/07/01 21:31:01
I believe this is a layering violation.
Not at Google. Contact bengr
2015/07/01 23:17:37
Good point. Fixed.
|
| ] |