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

Unified Diff: device/bluetooth/bluetooth_classic_device_mac.h

Issue 1842223003: Remove outdated devices from Android device chooser (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Reverted two small unnecessary changes. Created 4 years, 6 months 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
« no previous file with comments | « device/bluetooth/bluetooth_adapter_unittest.cc ('k') | device/bluetooth/bluetooth_classic_device_mac.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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).
« no previous file with comments | « device/bluetooth/bluetooth_adapter_unittest.cc ('k') | device/bluetooth/bluetooth_classic_device_mac.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698