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 ff089f382b2bac7472c51d770999935d18bacf3c..68712f287eee45de39fdc9cf450f3e75ad9bab38 100644 |
--- a/chrome/browser/chromeos/bluetooth/bluetooth_pairing_dialog.cc |
+++ b/chrome/browser/chromeos/bluetooth/bluetooth_pairing_dialog.cc |
@@ -76,7 +76,7 @@ void BluetoothPairingDialog::GetDialogSize(gfx::Size* size) const { |
std::string BluetoothPairingDialog::GetDialogArgs() const { |
std::string data; |
- base::JSONWriter::Write(&device_data_, &data); |
+ base::JSONWriter::Write(device_data_, &data); |
return data; |
} |