| Index: chrome/browser/ui/ash/tray_bluetooth_helper_unittest.cc
|
| diff --git a/chrome/browser/ui/ash/tray_bluetooth_helper_unittest.cc b/chrome/browser/ui/ash/tray_bluetooth_helper_unittest.cc
|
| index 4f52058b08cd3faab31ca13d4420a42e36c1348d..f0a47b0a485a28ca007c9bd886c532a24d65458d 100644
|
| --- a/chrome/browser/ui/ash/tray_bluetooth_helper_unittest.cc
|
| +++ b/chrome/browser/ui/ash/tray_bluetooth_helper_unittest.cc
|
| @@ -25,7 +25,7 @@ TEST_F(TrayBluetoothHelperTest, Basics) {
|
| BluezDBusManager::Get()->GetBluetoothAdapterClient());
|
| adapter_client->SetSimulationIntervalMs(0);
|
|
|
| - TrayBluetoothHelper helper(nullptr);
|
| + TrayBluetoothHelper helper;
|
| helper.Initialize();
|
| RunAllPendingInMessageLoop();
|
| EXPECT_TRUE(helper.GetAvailable());
|
|
|