| Index: ios/public/provider/chrome/browser/DEPS
|
| diff --git a/ios/public/provider/chrome/browser/DEPS b/ios/public/provider/chrome/browser/DEPS
|
| index 72b0effcc0010f674255c85a902585c06a70bba1..b43859eec48f6affb7955d872d1f221a18741a86 100644
|
| --- a/ios/public/provider/chrome/browser/DEPS
|
| +++ b/ios/public/provider/chrome/browser/DEPS
|
| @@ -6,4 +6,8 @@ include_rules = [
|
| "+components/sync_sessions",
|
| "+ios/web/public",
|
| "+net",
|
| +
|
| + # Do not allow inclusion of forwarding header in the provider code as the
|
| + # provider is not allowed to depends on //ios/chrome.
|
| + "-ios/public/provider/chrome/browser/browser_state/chrome_browser_state.h",
|
| ]
|
|
|