Chromium Code Reviews| Index: base/tracking_info.h |
| =================================================================== |
| --- base/tracking_info.h (revision 148495) |
| +++ base/tracking_info.h (working copy) |
| @@ -22,6 +22,7 @@ |
| // This structure is copied around by value. |
| struct BASE_EXPORT TrackingInfo { |
| + TrackingInfo(); |
| TrackingInfo(const tracked_objects::Location& posted_from, |
| base::TimeTicks delayed_run_time); |
| ~TrackingInfo(); |