| Index: base/profiler/scoped_profile.cc
|
| diff --git a/base/profiler/scoped_profile.cc b/base/profiler/scoped_profile.cc
|
| index 4f8bc2d1e0e3e35b5e9d260a145e240807460f95..47d5aacfa885ca2d7bc1bb798c006c4b232a261f 100644
|
| --- a/base/profiler/scoped_profile.cc
|
| +++ b/base/profiler/scoped_profile.cc
|
| @@ -29,7 +29,7 @@ ScopedProfile::~ScopedProfile() {
|
| return;
|
|
|
| stopwatch_.Stop();
|
| - ThreadData::TallyRunInAScopedRegionIfTracking(birth_, stopwatch_);
|
| + ThreadData::TallyRunInAScopedRegionIfTracking(stopwatch_, birth_);
|
| }
|
|
|
| } // namespace tracked_objects
|
|
|