| Index: components/webdata/DEPS
|
| diff --git a/components/webdata/DEPS b/components/webdata/DEPS
|
| index 5353917f8b4f6cb19498a89c009c252fb86384ed..fffcbae306b951a069b39df4968f2051c1723849 100644
|
| --- a/components/webdata/DEPS
|
| +++ b/components/webdata/DEPS
|
| @@ -1,8 +1,12 @@
|
| include_rules = [
|
| "+components/encryptor",
|
| - "+content/public/browser",
|
| + # WebData is used by iOS, which does not use content.
|
| + "-content",
|
| "+sql",
|
| "+ui",
|
| +
|
| + # TODO(droger): Remove these rules.
|
| + "+content/public/browser/browser_thread.h",
|
| ]
|
|
|
| specific_include_rules = {
|
|
|