| Index: extensions/browser/api/bluetooth_low_energy/bluetooth_low_energy_event_router.cc
|
| diff --git a/extensions/browser/api/bluetooth_low_energy/bluetooth_low_energy_event_router.cc b/extensions/browser/api/bluetooth_low_energy/bluetooth_low_energy_event_router.cc
|
| index 5ed0354eb705282adbd3d4523b870374f4fca1c5..1b62d8bb49cafa4485f07d46a25e2ba22ee5924e 100644
|
| --- a/extensions/browser/api/bluetooth_low_energy/bluetooth_low_energy_event_router.cc
|
| +++ b/extensions/browser/api/bluetooth_low_energy/bluetooth_low_energy_event_router.cc
|
| @@ -1216,7 +1216,7 @@ void BluetoothLowEnergyEventRouter::OnNotificationsStop(
|
| void BluetoothLowEnergyEventRouter::OnExtensionUnloaded(
|
| content::BrowserContext* browser_context,
|
| const extensions::Extension* extension,
|
| - extensions::UnloadedExtensionInfo::Reason reason) {
|
| + extensions::UnloadedExtensionReason reason) {
|
| const std::string& app_id = extension->id();
|
| const auto& services = app_id_to_service_ids_.find(app_id);
|
| if (services == app_id_to_service_ids_.end())
|
|
|