| Index: ios/chrome/browser/ui/contextual_search/DEPS
|
| diff --git a/ios/chrome/browser/ui/contextual_search/DEPS b/ios/chrome/browser/ui/contextual_search/DEPS
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..21f66945f7cf8a6b304b4f3ba9e103990b71a29b
|
| --- /dev/null
|
| +++ b/ios/chrome/browser/ui/contextual_search/DEPS
|
| @@ -0,0 +1,6 @@
|
| +specific_include_rules = {
|
| + "^contextual_search_results_view.mm$": [
|
| + # TODO(crbug.com/620884): Remove this exception.
|
| + "+ios/web/web_state/ui/crw_web_controller.h",
|
| + ],
|
| +}
|
|
|