Index: chrome/browser/mac/mac_startup_profiler.h |
diff --git a/chrome/browser/mac/mac_startup_profiler.h b/chrome/browser/mac/mac_startup_profiler.h |
index 05dcf6cc245e77641153213318fcc7f2d39b5b5e..da36c606f4874fce9b0e7584c5aa7555eb83a586 100644 |
--- a/chrome/browser/mac/mac_startup_profiler.h |
+++ b/chrome/browser/mac/mac_startup_profiler.h |
@@ -51,7 +51,7 @@ class MacStartupProfiler { |
void RecordHistogram(Location location, const base::TimeDelta& delta); |
// Keeps track of the time at which each initialization phase was reached. |
- std::map<Location, base::Time> profiled_times_; |
+ std::map<Location, base::TimeTicks> profiled_ticks_; |
// Whether UMA metrics have been recorded. Only record UMA metrics once. |
bool recorded_metrics_; |