| Index: device/bluetooth/bluetooth_device_android.cc
|
| diff --git a/device/bluetooth/bluetooth_device_android.cc b/device/bluetooth/bluetooth_device_android.cc
|
| index ce76d20b169b8667980d7833366732b7a95be885..d177bf60a47266e4fb09ea4d122b99113db1a1f5 100644
|
| --- a/device/bluetooth/bluetooth_device_android.cc
|
| +++ b/device/bluetooth/bluetooth_device_android.cc
|
| @@ -43,6 +43,7 @@ BluetoothDeviceAndroid* BluetoothDeviceAndroid::Create(
|
| AttachCurrentThread(), reinterpret_cast<intptr_t>(device),
|
| bluetooth_device_wrapper));
|
|
|
| + device->UpdateTimestamp();
|
| return device;
|
| }
|
|
|
|
|