Index: base/tracking_info.h |
=================================================================== |
--- base/tracking_info.h (revision 146154) |
+++ base/tracking_info.h (working copy) |
@@ -24,6 +24,7 @@ |
struct BASE_EXPORT TrackingInfo { |
TrackingInfo(const tracked_objects::Location& posted_from, |
base::TimeTicks delayed_run_time); |
+ TrackingInfo(); |
brettw
2012/07/26 18:06:30
Normally I'd expect this to be first.
jar (doing other things)
2012/07/26 18:53:26
Done.
|
~TrackingInfo(); |
// Record of location and thread that the task came from. |