Index: ash/system/user/user_card_view.cc |
diff --git a/ash/system/user/user_card_view.cc b/ash/system/user/user_card_view.cc |
index 3844251e04c03f6aca8cffc5a190d31f2259a92d..5201688ee592cba234624a9848adffbaa46e1137 100644 |
--- a/ash/system/user/user_card_view.cc |
+++ b/ash/system/user/user_card_view.cc |
@@ -355,7 +355,7 @@ void UserCardView::GetAccessibleState(ui::AXViewState* state) { |
std::vector<base::string16> labels; |
for (int i = 0; i < child_count(); ++i) |
GetAccessibleLabelFromDescendantViews(child_at(i), labels); |
- state->name = JoinString(labels, base::ASCIIToUTF16(" ")); |
+ state->name = base::JoinString(labels, base::ASCIIToUTF16(" ")); |
} |
void UserCardView::AddPublicModeUserContent(int max_width) { |