| Index: base/tracked.h
|
| diff --git a/base/tracked.h b/base/tracked.h
|
| index 7af05ff2249fc253ba5457d29f6636fcbc2afa01..b4f6e365a40bc52c0b4e7473035c71cd088d9b9c 100644
|
| --- a/base/tracked.h
|
| +++ b/base/tracked.h
|
| @@ -94,6 +94,7 @@ class Tracked {
|
|
|
| // Used to record the FROM_HERE location of a caller.
|
| void SetBirthPlace(const Location& from_here);
|
| + const Location GetBirthPlace() const;
|
|
|
| // When a task sits around a long time, such as in a timer, or object watcher,
|
| // this method should be called when the task becomes active, and its
|
|
|