Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1056)

Unified Diff: base/tracked.h

Issue 7375006: Startup race fixes to tracked objects (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: awong comments 2 Created 9 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « base/message_loop.cc ('k') | base/tracked.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_; }
« no previous file with comments | « base/message_loop.cc ('k') | base/tracked.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698