| Index: extensions/browser/api/bluetooth/bluetooth_api_pairing_delegate.h
|
| diff --git a/extensions/browser/api/bluetooth/bluetooth_api_pairing_delegate.h b/extensions/browser/api/bluetooth/bluetooth_api_pairing_delegate.h
|
| index bfcbc81948127855cb558ca581e936c9b3eb181d..61e151259a862587d637c69d5b086c28043da421 100644
|
| --- a/extensions/browser/api/bluetooth/bluetooth_api_pairing_delegate.h
|
| +++ b/extensions/browser/api/bluetooth/bluetooth_api_pairing_delegate.h
|
| @@ -38,7 +38,7 @@ class BluetoothApiPairingDelegate
|
| private:
|
| // Dispatches a pairing event to the extension.
|
| void DispatchPairingEvent(
|
| - const core_api::bluetooth_private::PairingEvent& pairing_event);
|
| + const api::bluetooth_private::PairingEvent& pairing_event);
|
|
|
| std::string extension_id_;
|
| content::BrowserContext* browser_context_;
|
|
|