include_rules = [
  "+content/gpu",  # For gpu_info_collector.h.  Needs to move to common\gpu.

  # Listing of the remaining #chrome includes in content\browser.  People are
  # actively working on reducing this to 0.
  # DO NOT ADD ANY MORE TO THIS LIST!!!
  # See https://sites.google.com/a/chromium.org/dev/developers/content-module
  # for more information.

  # http://crbug.com/82782
  "+chrome/browser/download/download_file_manager.h",
  "+chrome/browser/download/download_manager.h",
  "+chrome/browser/download/download_request_limiter.h",
  "+chrome/browser/download/download_types.h",
  "+chrome/browser/download/download_util.h",
  "+chrome/browser/renderer_host/download_resource_handler.h",
  "+chrome/browser/renderer_host/download_throttling_resource_handler.h",

  # http://crbug.com/76788
  "+chrome/browser/profiles/profile.h",

  # ONLY USED BY TESTS
  "+chrome/browser/ui/browser.h",
  
  # http://crbug.com/88871
  "+chrome/common/chrome_notification_types.h",
  
  # DO NOT ADD ANY MORE TO THIS LIST!!!  SEE ABOVE COMMENT
]
