| Index: ios/chrome/browser/browser_state/DEPS
|
| diff --git a/ios/chrome/browser/browser_state/DEPS b/ios/chrome/browser/browser_state/DEPS
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..696db987a3e07d9925bc3cc1cfb0e1ad3db6d8ba
|
| --- /dev/null
|
| +++ b/ios/chrome/browser/browser_state/DEPS
|
| @@ -0,0 +1,7 @@
|
| +specific_include_rules = {
|
| + "chrome_browser_state.cc": [
|
| + # TODO(crbug.com/583685): remove once the //ios/web public API allow
|
| + # access to that class.
|
| + "+ios/web/webui/url_data_manager_ios_backend.h"
|
| + ]
|
| +}
|
|
|