| Index: extensions/browser/api/web_request/web_request_api.cc
|
| diff --git a/extensions/browser/api/web_request/web_request_api.cc b/extensions/browser/api/web_request/web_request_api.cc
|
| index 4e41031658142b0439b2af20b01802ab4d7932fc..6179d966b91029d7d261fece5ee402895f072cc7 100644
|
| --- a/extensions/browser/api/web_request/web_request_api.cc
|
| +++ b/extensions/browser/api/web_request/web_request_api.cc
|
| @@ -393,7 +393,7 @@ struct ExtensionWebRequestEventRouter::BlockedRequest {
|
|
|
| // Pointer to NetLog to report significant changes to the request for
|
| // debugging.
|
| - const net::BoundNetLog* net_log;
|
| + const net::NetLogWithSource* net_log;
|
|
|
| // The callback to call when we get a response from all event handlers.
|
| net::CompletionCallback callback;
|
|
|