Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(89)

Unified Diff: chrome/browser/profile_resetter/triggered_profile_resetter_win.cc

Issue 1548133002: Switch to standard integer types in chrome/browser/, part 3 of 4. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/profile_resetter/triggered_profile_resetter_win.cc
diff --git a/chrome/browser/profile_resetter/triggered_profile_resetter_win.cc b/chrome/browser/profile_resetter/triggered_profile_resetter_win.cc
index d2e07c2d7f1aec715c29d6f71924002a9fd37c6a..f29b4323aaeb376ab79dac4fc86d6c8b93cd5095 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()) {
« no previous file with comments | « chrome/browser/profile_resetter/triggered_profile_resetter_factory.cc ('k') | chrome/browser/profiles/avatar_menu.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698