| Index: net/nqe/network_quality_estimator.h | 
| diff --git a/net/nqe/network_quality_estimator.h b/net/nqe/network_quality_estimator.h | 
| index cd9f53622cf89d923e3666113819a9cf5125eac4..29043559bc4ed602c71c7573e8485bd95a847636 100644 | 
| --- a/net/nqe/network_quality_estimator.h | 
| +++ b/net/nqe/network_quality_estimator.h | 
| @@ -178,7 +178,7 @@ class NET_EXPORT NetworkQualityEstimator | 
|  | 
| // Notifies NetworkQualityEstimator that the response body of |request| has | 
| // been received. | 
| -  void NotifyRequestCompleted(const URLRequest& request); | 
| +  void NotifyRequestCompleted(const URLRequest& request, int net_error); | 
|  | 
| // Notifies NetworkQualityEstimator that |request| will be destroyed. | 
| void NotifyURLRequestDestroyed(const URLRequest& request); | 
| @@ -480,7 +480,7 @@ class NET_EXPORT NetworkQualityEstimator | 
| // Records a correlation metric that can be used for computing the correlation | 
| // between HTTP-layer RTT, transport-layer RTT, throughput and the time | 
| // taken to complete |request|. | 
| -  void RecordCorrelationMetric(const URLRequest& request) const; | 
| +  void RecordCorrelationMetric(const URLRequest& request, int net_error) const; | 
|  | 
| // Returns true if transport RTT should be used for computing the effective | 
| // connection type. | 
|  |