| Index: extensions/browser/api/web_request/web_request_api_helpers.cc
|
| diff --git a/extensions/browser/api/web_request/web_request_api_helpers.cc b/extensions/browser/api/web_request/web_request_api_helpers.cc
|
| index a1706d880f207934b52dadfc854af6aa0e809be3..bdd91f1dfe04310d620abafce152939a6acd4dcb 100644
|
| --- a/extensions/browser/api/web_request/web_request_api_helpers.cc
|
| +++ b/extensions/browser/api/web_request/web_request_api_helpers.cc
|
| @@ -343,7 +343,7 @@ EventResponseDelta* CalculateOnBeforeSendHeadersDelta(
|
| new EventResponseDelta(extension_id, extension_install_time);
|
| result->cancel = cancel;
|
|
|
| - // The event listener might not have passed any new headers if he
|
| + // The event listener might not have passed any new headers if it
|
| // just wanted to cancel the request.
|
| if (new_headers) {
|
| // Find deleted headers.
|
|
|