Index: net/disk_cache/stats_histogram.cc |
diff --git a/net/disk_cache/stats_histogram.cc b/net/disk_cache/stats_histogram.cc |
index 06ed1b32b1b604c1acb8234c9d76197aa852dba8..bc3f5d3dd1be9ed43034a70de89cf4f81df26e0f 100644 |
--- a/net/disk_cache/stats_histogram.cc |
+++ b/net/disk_cache/stats_histogram.cc |
@@ -42,7 +42,7 @@ scoped_refptr<StatsHistogram> StatsHistogram::StatsHistogramFactoryGet( |
Histogram* temp_histogram = histogram.get(); |
StatsHistogram* temp_stats_histogram = |
static_cast<StatsHistogram*>(temp_histogram); |
- scoped_refptr<StatsHistogram> return_histogram = temp_stats_histogram; |
+ scoped_refptr<StatsHistogram> return_histogram(temp_stats_histogram); |
return return_histogram; |
} |