| Index: chrome/browser/chromeos/bluetooth/bluetooth_pairing_dialog.cc
|
| diff --git a/chrome/browser/chromeos/bluetooth/bluetooth_pairing_dialog.cc b/chrome/browser/chromeos/bluetooth/bluetooth_pairing_dialog.cc
|
| index 0e95b344eb5f70dcc4d88adb056b811a3acaee8c..4d9eae26dac6805b644540147e9b22cb41a00f1e 100644
|
| --- a/chrome/browser/chromeos/bluetooth/bluetooth_pairing_dialog.cc
|
| +++ b/chrome/browser/chromeos/bluetooth/bluetooth_pairing_dialog.cc
|
| @@ -55,7 +55,7 @@ ui::ModalType BluetoothPairingDialog::GetDialogModalType() const {
|
| return ui::MODAL_TYPE_SYSTEM;
|
| }
|
|
|
| -string16 BluetoothPairingDialog::GetDialogTitle() const {
|
| +base::string16 BluetoothPairingDialog::GetDialogTitle() const {
|
| return l10n_util::GetStringUTF16(
|
| IDS_OPTIONS_SETTINGS_BLUETOOTH_ADD_DEVICE_TITLE);
|
| }
|
|
|