summaryrefslogtreecommitdiffstats
path: root/media/base/scoped_histogram_timer.h
diff options
context:
space:
mode:
Diffstat (limited to 'media/base/scoped_histogram_timer.h')
-rw-r--r--media/base/scoped_histogram_timer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/media/base/scoped_histogram_timer.h b/media/base/scoped_histogram_timer.h
index 39daa56..a7f69b0 100644
--- a/media/base/scoped_histogram_timer.h
+++ b/media/base/scoped_histogram_timer.h
@@ -6,7 +6,7 @@
#define MEDIA_BASE_SCOPED_HISTOGRAM_TIMER_H_
#include "base/metrics/histogram.h"
-#include "base/time.h"
+#include "base/time/time.h"
// Scoped class which logs its time on this earth as a UMA statistic. Must be
// a #define macro since UMA macros prevent variables as names. The nested