Index: chrome/browser/renderer_host/safe_browsing_resource_throttle.h |
diff --git a/chrome/browser/renderer_host/safe_browsing_resource_throttle.h b/chrome/browser/renderer_host/safe_browsing_resource_throttle.h |
index eb286f924cf4ec4ea0df1d7d2857c1da01d5eddc..31002c7b43d72a56ba92c17feeadc4e533b523bc 100644 |
--- a/chrome/browser/renderer_host/safe_browsing_resource_throttle.h |
+++ b/chrome/browser/renderer_host/safe_browsing_resource_throttle.h |
@@ -177,7 +177,7 @@ class SafeBrowsingResourceThrottle |
scoped_refptr<safe_browsing::SafeBrowsingUIManager> ui_manager_; |
const net::URLRequest* request_; |
const content::ResourceType resource_type_; |
- net::BoundNetLog bound_net_log_; |
+ net::NetLogWithSource bound_net_log_; |
DISALLOW_COPY_AND_ASSIGN(SafeBrowsingResourceThrottle); |
}; |