Index: chrome/browser/ui/views/profiles/user_manager_view.cc |
diff --git a/chrome/browser/ui/views/profiles/user_manager_view.cc b/chrome/browser/ui/views/profiles/user_manager_view.cc |
index 2f9ed334a4cb052449fa97752ed0fe7581d18435..29b1ac64759c2bbc69c075f214d0816a5ffdebf6 100644 |
--- a/chrome/browser/ui/views/profiles/user_manager_view.cc |
+++ b/chrome/browser/ui/views/profiles/user_manager_view.cc |
@@ -50,7 +50,7 @@ void UserManager::Show( |
profiles::UserManagerProfileSelected profile_open_action) { |
DCHECK(profile_path_to_focus != ProfileManager::GetGuestProfilePath()); |
- ProfileMetrics::LogProfileSwitchUser(ProfileMetrics::OPEN_USER_MANAGER); |
+ ProfileMetrics::LogProfileOpenMethod(ProfileMetrics::OPEN_USER_MANAGER); |
if (instance_) { |
// If we are showing the User Manager after locking a profile, change the |
// active profile to Guest. |