include_rules = [
  # renderer_host is intended to support the content layer's renderers. No
  # reference to the tab contents is allowed.
  "-chrome/browser/tab_contents",
  # Allow tab_util.h for GetWebContentsByID.
  "+chrome/browser/tab_contents/tab_util.h",
  "+third_party/ocmock/OCMock/OCMock.h",
  "+third_party/ocmock/ocmock_extensions.h",
]