| Index: chrome/browser/chromeos/login/user_manager.cc
|
| diff --git a/chrome/browser/chromeos/login/user_manager.cc b/chrome/browser/chromeos/login/user_manager.cc
|
| index 4adcf617f0b00174d69117f87391eff258f4412a..d507f95f05ce9278faa8298bccb1b74632e64dc3 100644
|
| --- a/chrome/browser/chromeos/login/user_manager.cc
|
| +++ b/chrome/browser/chromeos/login/user_manager.cc
|
| @@ -100,13 +100,13 @@ enum ProfileDownloadResult {
|
|
|
| // Time histogram name for the default profile image download.
|
| const char kProfileDownloadDefaultTime[] =
|
| - "UserImage.ProfileDownloadDefaultTime";
|
| + "UserImage.ProfileDownloadTime.Default";
|
| // Time histogram name for a failed profile image download.
|
| const char kProfileDownloadFailureTime[] =
|
| - "UserImage.ProfileDownloadFailureTime";
|
| + "UserImage.ProfileDownloadTime.Failure";
|
| // Time histogram name for a successful profile image download.
|
| const char ProfileDownloadSuccessTime[] =
|
| - "UserImage.ProfileDownloadSuccessTime";
|
| + "UserImage.ProfileDownloadTime.Success";
|
|
|
| // Used to handle the asynchronous response of deleting a cryptohome directory.
|
| class RemoveAttempt : public CryptohomeLibrary::Delegate {
|
|
|