Index: base/profiler/tracked_time.h |
diff --git a/base/profiler/tracked_time.h b/base/profiler/tracked_time.h |
index 5493e2068739b31ebc59c3ccf1e63ebab6364015..b3c29530535f1dba6714cfb45bee84f9b8ebfcd3 100644 |
--- a/base/profiler/tracked_time.h |
+++ b/base/profiler/tracked_time.h |
@@ -12,6 +12,7 @@ |
namespace tracked_objects { |
+// TODO(isherman): Shouldn't this be explicitly an int32 or something like that? |
Ilya Sherman
2012/03/14 06:03:45
Jim, thoughts?
|
typedef int DurationInt; |
//------------------------------------------------------------------------------ |