| 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 7d9dbd5567672b3be6f79eda02c0bc1af9e6a2e9..5ad78fd8522779787a1f5159512c404281da43ae 100644
|
| --- a/chrome/browser/ui/webui/chromeos/mobile_setup_ui.cc
|
| +++ b/chrome/browser/ui/webui/chromeos/mobile_setup_ui.cc
|
| @@ -335,7 +335,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
|
|
|