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

Unified Diff: ash/common/system/chromeos/bluetooth/tray_bluetooth_helper_unittest.cc

Issue 2769553002: cros: Clean up TrayBluetoothHelper todos (Closed)
Patch Set: test Created 3 years, 9 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: ash/common/system/chromeos/bluetooth/tray_bluetooth_helper_unittest.cc
diff --git a/ash/common/system/chromeos/bluetooth/tray_bluetooth_helper_unittest.cc b/ash/common/system/chromeos/bluetooth/tray_bluetooth_helper_unittest.cc
index 01da12cd4285926a8450b2fb1255ec7a6863e428..68bf1c2107121e73930aaaece5e9ffd0b8c8bf95 100644
--- a/ash/common/system/chromeos/bluetooth/tray_bluetooth_helper_unittest.cc
+++ b/ash/common/system/chromeos/bluetooth/tray_bluetooth_helper_unittest.cc
@@ -35,8 +35,7 @@ TEST_F(TrayBluetoothHelperTest, Basics) {
EXPECT_FALSE(helper.GetBluetoothEnabled());
EXPECT_FALSE(helper.HasBluetoothDiscoverySession());
- std::vector<ash::BluetoothDeviceInfo> devices;
- helper.GetAvailableBluetoothDevices(&devices);
+ BluetoothDeviceList devices = helper.GetAvailableBluetoothDevices();
// The devices are fake in tests, so don't assume any particular number.
EXPECT_FALSE(devices.empty());

Powered by Google App Engine
This is Rietveld 408576698