| Index: chrome/browser/chromeos/bluetooth/bluetooth_pairing_dialog.h
|
| diff --git a/chrome/browser/chromeos/bluetooth/bluetooth_pairing_dialog.h b/chrome/browser/chromeos/bluetooth/bluetooth_pairing_dialog.h
|
| index 928c2b30f5cb7c0ea3a1dc0ed4a6ba4b84651ec3..53cf426e94237569e21f941c2ec6aed582ce02d9 100644
|
| --- a/chrome/browser/chromeos/bluetooth/bluetooth_pairing_dialog.h
|
| +++ b/chrome/browser/chromeos/bluetooth/bluetooth_pairing_dialog.h
|
| @@ -46,7 +46,7 @@ class BluetoothPairingDialog : public ui::WebDialogDelegate {
|
|
|
| private:
|
| gfx::NativeWindow parent_window_;
|
| - DictionaryValue device_data_;
|
| + base::DictionaryValue device_data_;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(BluetoothPairingDialog);
|
| };
|
|
|