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

Unified Diff: base/profiler/tracked_time.h

Issue 9702014: [UMA] Use proper C++ objects to serialize tracked_objects across process boundaries. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 9 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
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;
//------------------------------------------------------------------------------

Powered by Google App Engine
This is Rietveld 408576698