Chromium Code Reviews| Index: ash/multi_profile_uma.cc |
| =================================================================== |
| --- ash/multi_profile_uma.cc (revision 258628) |
| +++ ash/multi_profile_uma.cc (working copy) |
| @@ -45,7 +45,8 @@ |
| // static |
| void MultiProfileUMA::RecordUserCount(int number_of_users) { |
| - UMA_HISTOGRAM_COUNTS_100("MultiProfile.UsersPerSession", number_of_users); |
| + UMA_HISTOGRAM_COUNTS_100("MultiProfile.UsersPerSessionIncremental", |
| + number_of_users); |
| } |
| // static |