summaryrefslogtreecommitdiffstats
path: root/ash/system/user/user_view.h
diff options
context:
space:
mode:
Diffstat (limited to 'ash/system/user/user_view.h')
-rw-r--r--ash/system/user/user_view.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ash/system/user/user_view.h b/ash/system/user/user_view.h
index 2c42f1d..562ce67 100644
--- a/ash/system/user/user_view.h
+++ b/ash/system/user/user_view.h
@@ -40,7 +40,7 @@ class UserView : public views::View,
public:
UserView(SystemTrayItem* owner,
ash::user::LoginStatus login,
- MultiProfileIndex index,
+ UserIndex index,
bool for_detailed_view);
~UserView() override;
@@ -75,7 +75,7 @@ class UserView : public views::View,
// Removes the add user menu option.
void RemoveAddUserMenuOption();
- MultiProfileIndex multiprofile_index_;
+ UserIndex user_index_;
// The view of the user card.
views::View* user_card_view_;