Index: media/base/scoped_histogram_timer.h |
diff --git a/media/base/scoped_histogram_timer.h b/media/base/scoped_histogram_timer.h |
index 39daa567a036ce1010347b38744e39719782d37d..a7f69b0ab9b41044e47925db0c5f970c51f035f6 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 |