| Index: content/child/resource_dispatcher.cc
|
| diff --git a/content/child/resource_dispatcher.cc b/content/child/resource_dispatcher.cc
|
| index 218efb1a8ee0de7362e2b285918184a0a47c14d6..f97684515fb3edb5d0365158acaf81a06182f06b 100644
|
| --- a/content/child/resource_dispatcher.cc
|
| +++ b/content/child/resource_dispatcher.cc
|
| @@ -27,13 +27,13 @@
|
| #include "content/child/shared_memory_received_data_factory.h"
|
| #include "content/child/site_isolation_stats_gatherer.h"
|
| #include "content/child/sync_load_response.h"
|
| -#include "content/child/throttling_url_loader.h"
|
| #include "content/child/url_loader_client_impl.h"
|
| #include "content/common/inter_process_time_ticks_converter.h"
|
| #include "content/common/navigation_params.h"
|
| #include "content/common/resource_messages.h"
|
| #include "content/common/resource_request.h"
|
| #include "content/common/resource_request_completion_status.h"
|
| +#include "content/common/throttling_url_loader.h"
|
| #include "content/public/child/fixed_received_data.h"
|
| #include "content/public/child/request_peer.h"
|
| #include "content/public/child/resource_dispatcher_delegate.h"
|
|
|