Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(678)

Unified Diff: chrome/browser/chromeos/bluetooth/bluetooth_pairing_dialog.cc

Issue 105193002: Replace string16 with base::string16. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);
}
« no previous file with comments | « chrome/browser/chromeos/bluetooth/bluetooth_pairing_dialog.h ('k') | chrome/browser/chromeos/choose_mobile_network_dialog.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698