| Index: content/common/resource_dispatcher.h
|
| diff --git a/content/common/resource_dispatcher.h b/content/common/resource_dispatcher.h
|
| index 7c5cdbafd32cd1f030aeb20ff28e498f1cf8e681..e863720eace1ed8933ca88dfaa2e0b6764f04aae 100644
|
| --- a/content/common/resource_dispatcher.h
|
| +++ b/content/common/resource_dispatcher.h
|
| @@ -128,7 +128,7 @@ class CONTENT_EXPORT ResourceDispatcher : public IPC::Channel::Listener {
|
| int data_len);
|
| void OnRequestComplete(
|
| int request_id,
|
| - const net::URLRequestStatus& status,
|
| + int error_code,
|
| const std::string& security_info,
|
| const base::TimeTicks& completion_time);
|
|
|
|
|