| Index: device/bluetooth/bluetooth_classic_device_mac.h
|
| diff --git a/device/bluetooth/bluetooth_classic_device_mac.h b/device/bluetooth/bluetooth_classic_device_mac.h
|
| index acd1dca315e7a0a2d6128b5129293fd986a6e905..40704f4765365ab43f1e4506dee87dd4fe28738a 100644
|
| --- a/device/bluetooth/bluetooth_classic_device_mac.h
|
| +++ b/device/bluetooth/bluetooth_classic_device_mac.h
|
| @@ -13,6 +13,7 @@
|
| #include "base/mac/scoped_nsobject.h"
|
| #include "base/macros.h"
|
| #include "base/observer_list.h"
|
| +#include "base/time/time.h"
|
| #include "device/bluetooth/bluetooth_device_mac.h"
|
|
|
| @class IOBluetoothDevice;
|
| @@ -71,8 +72,7 @@ class BluetoothClassicDeviceMac : public BluetoothDeviceMac {
|
| const GattConnectionCallback& callback,
|
| const ConnectErrorCallback& error_callback) override;
|
|
|
| - // BluetoothDeviceMac override.
|
| - NSDate* GetLastUpdateTime() const override;
|
| + base::Time GetLastUpdateTime() const;
|
|
|
| // Returns the Bluetooth address for the |device|. The returned address has a
|
| // normalized format (see below).
|
|
|