Chromium Code Reviews| Index: base/tracking_info.cc |
| =================================================================== |
| --- base/tracking_info.cc (revision 148495) |
| +++ base/tracking_info.cc (working copy) |
| @@ -4,10 +4,15 @@ |
| #include "base/tracking_info.h" |
| +#include <stddef.h> |
| #include "base/tracked_objects.h" |
| namespace base { |
| +TrackingInfo::TrackingInfo() |
| + : birth_tally(NULL) { |
| +} |
| + |
| TrackingInfo::TrackingInfo( |
| const tracked_objects::Location& posted_from, |
| base::TimeTicks delayed_run_time) |