Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / base / metrics / sparse_histogram.cc
index 737ccad..773eeb6 100644 (file)
@@ -57,7 +57,7 @@ scoped_ptr<HistogramSamples> SparseHistogram::SnapshotSamples() const {
 
   base::AutoLock auto_lock(lock_);
   snapshot->Add(samples_);
-  return snapshot.PassAs<HistogramSamples>();
+  return snapshot.Pass();
 }
 
 void SparseHistogram::AddSamples(const HistogramSamples& samples) {