| Index: chrome/browser/upgrade_detector_impl.h
|
| diff --git a/chrome/browser/upgrade_detector_impl.h b/chrome/browser/upgrade_detector_impl.h
|
| index 1fdbf882283d04fb5cc24262fa6a707abf7d89cf..63b05e8407b7018addcc047c65eab9ea0a55ad17 100644
|
| --- a/chrome/browser/upgrade_detector_impl.h
|
| +++ b/chrome/browser/upgrade_detector_impl.h
|
| @@ -92,7 +92,7 @@ class UpgradeDetectorImpl :
|
|
|
| // When the upgrade was detected - either a software update or a variations
|
| // update, whichever happened first.
|
| - base::Time upgrade_detected_time_;
|
| + base::TimeTicks upgrade_detected_time_;
|
|
|
| // The date the binaries were built.
|
| base::Time build_date_;
|
|
|