| Index: content/browser/loader/DEPS
|
| diff --git a/content/browser/loader/DEPS b/content/browser/loader/DEPS
|
| index 2db051382500534c98a79bca0f26c8373419121d..41cf73f065b3c26ec164c1a4f72b4b3c20fa8034 100644
|
| --- a/content/browser/loader/DEPS
|
| +++ b/content/browser/loader/DEPS
|
| @@ -104,9 +104,9 @@ specific_include_rules = {
|
| ],
|
| "mojo_async_resource_handler_unittest\.cc": [
|
| "-content",
|
| + "+content/browser/loader/mock_resource_loader.h",
|
| "+content/browser/loader/mojo_async_resource_handler.h",
|
| "+content/browser/loader/test_url_loader_client.h",
|
| - "+content/public/browser/navigation_data.h",
|
| "+content/browser/loader/resource_controller.h",
|
| "+content/browser/loader/resource_dispatcher_host_impl.h",
|
| "+content/browser/loader/resource_request_info_impl.h",
|
| @@ -114,6 +114,7 @@ specific_include_rules = {
|
| "+content/common/resource_request_completion_status.h",
|
| "+content/common/url_loader.mojom.h",
|
| "+content/public/browser/appcache_service.h",
|
| + "+content/public/browser/navigation_data.h",
|
| "+content/public/browser/resource_context.h",
|
| "+content/public/browser/resource_dispatcher_host_delegate.h",
|
| "+content/public/browser/resource_throttle.h",
|
|
|