diff options
Diffstat (limited to 'chrome/browser/profile_resetter/triggered_profile_resetter_win.cc')
| -rw-r--r-- | chrome/browser/profile_resetter/triggered_profile_resetter_win.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/profile_resetter/triggered_profile_resetter_win.cc b/chrome/browser/profile_resetter/triggered_profile_resetter_win.cc index d2e07c2..f29b432 100644 --- a/chrome/browser/profile_resetter/triggered_profile_resetter_win.cc +++ b/chrome/browser/profile_resetter/triggered_profile_resetter_win.cc @@ -60,7 +60,7 @@ void TriggeredProfileResetter::Activate() { // in this profile. If different, reset the profile and persist the new // time. PrefService* pref_service = profile_->GetPrefs(); - const int64 preference_timestamp = + const int64_t preference_timestamp = pref_service->GetInt64(prefs::kLastProfileResetTimestamp); if (profile_->IsNewProfile()) { |
