| Index: extensions/browser/api/bluetooth/bluetooth_event_router.cc
|
| diff --git a/extensions/browser/api/bluetooth/bluetooth_event_router.cc b/extensions/browser/api/bluetooth/bluetooth_event_router.cc
|
| index 5524f5abd96d2a4b19a223dc8436e0fd07893375..13a7f91d46038f4dab61274e6a5fab3e193f6c02 100644
|
| --- a/extensions/browser/api/bluetooth/bluetooth_event_router.cc
|
| +++ b/extensions/browser/api/bluetooth/bluetooth_event_router.cc
|
| @@ -501,7 +501,7 @@ void BluetoothEventRouter::Observe(
|
| void BluetoothEventRouter::OnExtensionUnloaded(
|
| content::BrowserContext* browser_context,
|
| const Extension* extension,
|
| - UnloadedExtensionInfo::Reason reason) {
|
| + UnloadedExtensionReason reason) {
|
| CleanUpForExtension(extension->id());
|
| }
|
|
|
|
|