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? |
jar (doing other things)
2012/03/21 18:19:55
I think a change to int32 would be good. This typ
Ilya Sherman
2012/03/21 21:45:43
Ah, looks like we are already using int32 within t
|
typedef int DurationInt; |
//------------------------------------------------------------------------------ |