Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1296)

Unified Diff: media/base/scoped_histogram_timer.h

Issue 18052007: Use a direct include of time headers in media/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « media/base/ranges.h ('k') | media/base/scoped_histogram_timer_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « media/base/ranges.h ('k') | media/base/scoped_histogram_timer_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698