| Index: extensions/browser/extension_throttle_entry.h
|
| diff --git a/extensions/browser/extension_throttle_entry.h b/extensions/browser/extension_throttle_entry.h
|
| index 18194ac81ca8fca41277a872aa515ad8ca38be82..9c9b4a498ea9774942524e2a590420bc0cf6d815 100644
|
| --- a/extensions/browser/extension_throttle_entry.h
|
| +++ b/extensions/browser/extension_throttle_entry.h
|
| @@ -155,7 +155,7 @@ class ExtensionThrottleEntry : public ExtensionThrottleEntryInterface {
|
| // Canonicalized URL string that this entry is for; used for logging only.
|
| std::string url_id_;
|
|
|
| - net::BoundNetLog net_log_;
|
| + net::NetLogWithSource net_log_;
|
| bool ignore_user_gesture_load_flag_for_tests_;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(ExtensionThrottleEntry);
|
|
|