| Index: chrome/browser/ui/webui/chromeos/mobile_setup_ui.cc
|
| diff --git a/chrome/browser/ui/webui/chromeos/mobile_setup_ui.cc b/chrome/browser/ui/webui/chromeos/mobile_setup_ui.cc
|
| index 31b9e821f05046609f6d16c65dfbc6f5ee193e50..936741cc1827806f649f8de73bba7a36f60f7532 100644
|
| --- a/chrome/browser/ui/webui/chromeos/mobile_setup_ui.cc
|
| +++ b/chrome/browser/ui/webui/chromeos/mobile_setup_ui.cc
|
| @@ -330,7 +330,7 @@ void MobileSetupUIHTMLSource::GetPropertiesAndStartDataRequest(
|
| l10n_util::GetStringUTF16(IDS_CANCEL));
|
| strings.SetString("ok_button",
|
| l10n_util::GetStringUTF16(IDS_OK));
|
| - webui::SetFontAndTextDirection(&strings);
|
| + webui::SetTextDirection(&strings);
|
|
|
| // The webui differs based on whether the network is activated or not. If the
|
| // network is activated, the webui goes straight to portal. Otherwise the
|
|
|