Index: base/profiler/scoped_profile.h |
diff --git a/base/profiler/scoped_profile.h b/base/profiler/scoped_profile.h |
index 8b77d6d381cfe876184e1203a400ce0655f1f4c1..c435a1dea1cd40513c3ec662c33e366f7f9deaf6 100644 |
--- a/base/profiler/scoped_profile.h |
+++ b/base/profiler/scoped_profile.h |
@@ -15,6 +15,7 @@ |
#include "base/base_export.h" |
#include "base/location.h" |
#include "base/profiler/tracked_time.h" |
+#include "base/tracked_objects.h" |
#if defined(GOOGLE_CHROME_BUILD) |
@@ -57,7 +58,7 @@ class BASE_EXPORT ScopedProfile { |
private: |
Births* birth_; // Place in code where tracking started. |
- const TrackedTime start_of_run_; |
+ TaskStopwatch stopwatch_; |
DISALLOW_COPY_AND_ASSIGN(ScopedProfile); |
}; |