Index: chrome/browser/metrics/histogram_synchronizer.h |
diff --git a/chrome/browser/metrics/histogram_synchronizer.h b/chrome/browser/metrics/histogram_synchronizer.h |
index f5cdb73ae4d2051901f5cb4e3b816512ca476006..343be79d07ce214def9afd178326fc83d79c9e33 100644 |
--- a/chrome/browser/metrics/histogram_synchronizer.h |
+++ b/chrome/browser/metrics/histogram_synchronizer.h |
@@ -80,7 +80,7 @@ class HistogramSynchronizer : public |
static void FetchRendererHistogramsAsynchronously( |
MessageLoop* callback_thread, |
const base::Closure& callback, |
- int wait_time); |
+ base::TimeDelta wait_time); |
// This method is called on the IO thread. Deserializes the histograms and |
// records that we have received histograms from a renderer process. |