| Index: base/profiler/tracked_time_unittest.cc
 | 
| diff --git a/base/profiler/tracked_time_unittest.cc b/base/profiler/tracked_time_unittest.cc
 | 
| index 3fa93830af0ab665bb0ed7a65e5a4077cb09b5ad..4806a90229722c08758f515e4d9b5f66c253876d 100644
 | 
| --- a/base/profiler/tracked_time_unittest.cc
 | 
| +++ b/base/profiler/tracked_time_unittest.cc
 | 
| @@ -78,8 +78,7 @@ TEST(TrackedTimeTest, TrackedTimerDisabled) {
 | 
|  }
 | 
|  
 | 
|  TEST(TrackedTimeTest, TrackedTimerEnabled) {
 | 
| -  if (!ThreadData::InitializeAndSetTrackingStatus(
 | 
| -      ThreadData::PROFILING_CHILDREN_ACTIVE))
 | 
| +  if (!ThreadData::InitializeAndSetTrackingStatus(ThreadData::PROFILING_ACTIVE))
 | 
|      return;
 | 
|    // Make sure that when we enable tracking, we get a real timer result.
 | 
|  
 | 
| 
 |