| Index: content/child/resource_dispatcher.cc
|
| diff --git a/content/child/resource_dispatcher.cc b/content/child/resource_dispatcher.cc
|
| index 790f6526887fe20a315d57cc0fe2f1e707c12ad3..4d724c1d0cb50230c43b94257643a6447070a1c1 100644
|
| --- a/content/child/resource_dispatcher.cc
|
| +++ b/content/child/resource_dispatcher.cc
|
| @@ -31,12 +31,12 @@
|
| #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_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"
|
| #include "content/public/common/resource_request.h"
|
| +#include "content/public/common/resource_request_completion_status.h"
|
| #include "content/public/common/resource_response.h"
|
| #include "content/public/common/resource_type.h"
|
| #include "net/base/net_errors.h"
|
|
|