DEPS revision 2a99a7e74a7f215066514fe81d2bfa6639d9eddd
1specific_include_rules = {
2  # OmniboxEditModel can't use WebContents, since it is used by iOS.
3  # If WebContents functionality is needed, add it to
4  # OmniboxCurrentPageDelegateImpl.
5 'omnibox_edit_model\.': [
6   "-content/public/browser/web_contents.h",
7  ],
8}
9