| Index: content/browser/loader/DEPS
|
| diff --git a/content/browser/loader/DEPS b/content/browser/loader/DEPS
|
| index f2beeba2f6fba27de9dda1e7d2a9f13c577f2447..6643d2b9c2d0b1af0da66a512bce5771a612cd51 100644
|
| --- a/content/browser/loader/DEPS
|
| +++ b/content/browser/loader/DEPS
|
| @@ -95,6 +95,7 @@ specific_include_rules = {
|
| ],
|
| "resource_dispatcher_host_impl\.(cc|h)": [
|
| "-content",
|
| + "+content/browser/cert_store_impl.h",
|
| "+content/browser/loader/async_resource_handler.h",
|
| "+content/browser/loader/async_revalidation_manager.h",
|
| "+content/browser/loader/global_routing_id.h",
|
| @@ -120,7 +121,6 @@ specific_include_rules = {
|
| "+content/browser/appcache/chrome_appcache_service.h",
|
| "+content/browser/bad_message.h",
|
| "+content/browser/blob_storage/chrome_blob_storage_context.h",
|
| - "+content/browser/cert_store_impl.h",
|
| "+content/browser/child_process_security_policy_impl.h",
|
| "+content/browser/download/download_resource_handler.h",
|
| "+content/browser/download/save_file_manager.h",
|
| @@ -187,6 +187,7 @@ specific_include_rules = {
|
| "+content/browser/ssl/ssl_error_handler.h",
|
| "+content/common/content_export.h",
|
| "+content/common/ssl_status_serialization.h",
|
| + "+content/public/browser/cert_store.h",
|
| "+content/public/browser/resource_controller.h",
|
| "+content/public/browser/resource_dispatcher_host_login_delegate.h",
|
| "+content/public/common/resource_response.h",
|
| @@ -200,13 +201,10 @@ specific_include_rules = {
|
| "+content/browser/service_worker/service_worker_response_info.h",
|
| "+content/browser/ssl/ssl_manager.h",
|
| "+content/browser/ssl/ssl_policy.h",
|
| - "+content/public/browser/cert_store.h",
|
| - "+content/public/browser/signed_certificate_timestamp_store.h",
|
| "+content/public/common/content_client.h",
|
| "+content/public/common/content_switches.h",
|
| "+content/public/common/process_type.h",
|
| "+content/public/common/security_style.h",
|
| - "+content/public/common/signed_certificate_timestamp_id_and_status.h",
|
| ],
|
| "resource_handler_delegate\.h": [
|
| "-content",
|
|
|