| Index: ash/multi_profile_uma.cc
|
| diff --git a/ash/multi_profile_uma.cc b/ash/multi_profile_uma.cc
|
| index cbf3b059a35858bb1d37400a9129a5acbbd7026f..443fc35a8a79cf84cd35b6a31a7c45ce57f78198 100644
|
| --- a/ash/multi_profile_uma.cc
|
| +++ b/ash/multi_profile_uma.cc
|
| @@ -45,7 +45,8 @@ void MultiProfileUMA::RecordTeleportAction(TeleportWindowAction action) {
|
|
|
| // 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
|
|
|