include_rules = [
"+ios/chrome/browser/profile/model/profile_ios_io_data.h",
]
specific_include_rules = {
# web::HttpServer is deprecated in favor of net::EmbeddedTestServer.
# TODO:(crbug.com/891834) Remove this exception.
"cookies_egtest\.mm": [
"+ios/web/public/test/http_server",
],
}