Chromium Code Reviews| Index: base/tracked.h |
| diff --git a/base/tracked.h b/base/tracked.h |
| index 777e6045e9c5227e79baebbae2dc5089137f682d..af7029e60535560191b978902a27d95ecb0bd13e 100644 |
| --- a/base/tracked.h |
| +++ b/base/tracked.h |
| @@ -112,7 +112,7 @@ class BASE_API Tracked { |
| // significant lifetime begins (and its waiting to be woken up has passed). |
| void ResetBirthTime(); |
| - bool MissingBirthplace() const; |
| + bool MissingBirthPlace() const; |
| #if defined(TRACK_ALL_TASK_OBJECTS) |
| base::TimeTicks tracked_birth_time() const { return tracked_birth_time_; } |