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

Unified Diff: components/proximity_auth/bluetooth_connection_finder_unittest.cc

Issue 2394473005: Move enum BluetoothDevice::DeviceType out of BluetoothDevice class. (Closed)
Patch Set: 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
« no previous file with comments | « chrome/browser/metrics/chromeos_metrics_provider.cc ('k') | device/bluetooth/bluetooth_common.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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,
« no previous file with comments | « chrome/browser/metrics/chromeos_metrics_provider.cc ('k') | device/bluetooth/bluetooth_common.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698