| Index: chrome/browser/metrics/metrics_service.cc
|
| diff --git a/chrome/browser/metrics/metrics_service.cc b/chrome/browser/metrics/metrics_service.cc
|
| index 6df2c16e98fbef6c62228aab5662173dcaeb8976..a904390a96d6b772341081a8cf2147951120de39 100644
|
| --- a/chrome/browser/metrics/metrics_service.cc
|
| +++ b/chrome/browser/metrics/metrics_service.cc
|
| @@ -1195,7 +1195,7 @@ static const char* StatusToString(const net::URLRequestStatus& status) {
|
| // lose protobuf uploads when XML ones succeed; but we will never duplicate any
|
| // protobuf uploads. Protobuf failures should be rare enough to where this
|
| // should be ok while we have the two pipelines running in parallel.
|
| -void MetricsService::OnURLFetchComplete(const content::URLFetcher* source) {
|
| +void MetricsService::OnURLFetchComplete(const net::URLFetcher* source) {
|
| DCHECK(waiting_for_asynchronus_reporting_step_);
|
|
|
| // We're not allowed to re-use the existing |URLFetcher|s, so free them here.
|
|
|