| Index: base/tracked_objects.h
|
| diff --git a/base/tracked_objects.h b/base/tracked_objects.h
|
| index 168b17db045a429234c3ae403622a9217adf3ad8..81962f3fe9a7298654b2dc1dc3c93fd3bef36e25 100644
|
| --- a/base/tracked_objects.h
|
| +++ b/base/tracked_objects.h
|
| @@ -514,7 +514,7 @@ class BASE_EXPORT ThreadData {
|
|
|
| // Initializes all statics if needed (this initialization call should be made
|
| // while we are single threaded).
|
| - static void Initialize();
|
| + static void EnsureTlsInitialization();
|
|
|
| // Sets internal status_.
|
| // If |status| is false, then status_ is set to DEACTIVATED.
|
|
|