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

Unified Diff: components/proximity_auth/bluetooth_connection_finder_unittest.cc

Issue 2381493005: Add bluetooth device type icons on MD system tray. (Closed)
Patch Set: Move BluetoothDeviceType to device/bluetooth/bluetooth_common.h Created 4 years, 2 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
Index: components/proximity_auth/bluetooth_connection_finder_unittest.cc
diff --git a/components/proximity_auth/bluetooth_connection_finder_unittest.cc b/components/proximity_auth/bluetooth_connection_finder_unittest.cc
index 9a91449411d9b9f6719e3d410b5337f826770127..9f62f17e0ee5d43cddd0e51686026189847cbae0 100644
--- a/components/proximity_auth/bluetooth_connection_finder_unittest.cc
+++ b/components/proximity_auth/bluetooth_connection_finder_unittest.cc
@@ -128,7 +128,7 @@ class ProximityAuthBluetoothConnectionFinderTest : public testing::Test {
: adapter_(new NiceMock<device::MockBluetoothAdapter>),
bluetooth_device_(new NiceMock<device::MockBluetoothDevice>(
adapter_.get(),
- device::BluetoothDevice::DEVICE_PHONE,
+ static_cast<uint32_t>(device::BluetoothDeviceType::PHONE),
kTestRemoteDeviceName,
kTestRemoteDeviceBluetoothAddress,
true,

Powered by Google App Engine
This is Rietveld 408576698