| Index: ash/system/user/button_from_view.cc
|
| diff --git a/ash/system/user/button_from_view.cc b/ash/system/user/button_from_view.cc
|
| index b3c434d47f770be421c88be7d51bcaad44781e13..c48401c91a735e2e8ec09d9185895c2bafbb86f3 100644
|
| --- a/ash/system/user/button_from_view.cc
|
| +++ b/ash/system/user/button_from_view.cc
|
| @@ -89,7 +89,7 @@
|
| std::vector<base::string16> labels;
|
| for (int i = 0; i < child_count(); ++i)
|
| GetAccessibleLabelFromDescendantViews(child_at(i), labels);
|
| - state->name = base::JoinString(labels, base::ASCIIToUTF16(" "));
|
| + state->name = JoinString(labels, base::ASCIIToUTF16(" "));
|
| }
|
|
|
| void ButtonFromView::ShowActive() {
|
|
|