| 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 a105e8cd11818fc362b59122cf054936d35f4ede..e4f52a2ff93ce2009e55285557bc20d04870b100 100644
|
| --- a/extensions/browser/api/bluetooth/bluetooth_event_router.cc
|
| +++ b/extensions/browser/api/bluetooth/bluetooth_event_router.cc
|
| @@ -504,7 +504,7 @@ void BluetoothEventRouter::Observe(
|
| void BluetoothEventRouter::OnExtensionUnloaded(
|
| content::BrowserContext* browser_context,
|
| const Extension* extension,
|
| - UnloadedExtensionInfo::Reason reason) {
|
| + UnloadedExtensionReason reason) {
|
| CleanUpForExtension(extension->id());
|
| }
|
|
|
|
|