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 bd73e7983c538c6cb7b7ca3b168e1e201b34e206..39300a75ecb2fcc0d49a15fdf093abe215a8c36f 100644 |
--- a/extensions/browser/api/bluetooth/bluetooth_event_router.cc |
+++ b/extensions/browser/api/bluetooth/bluetooth_event_router.cc |
@@ -375,7 +375,7 @@ void BluetoothEventRouter::DispatchAdapterStateEvent() { |
DCHECK_CURRENTLY_ON(content::BrowserThread::UI); |
api::bluetooth::AdapterState state; |
CHECK(adapter_.get()); |
- PopulateAdapterState(*adapter_.get(), &state); |
+ PopulateAdapterState(*adapter_, &state); |
std::unique_ptr<base::ListValue> args = |
bluetooth::OnAdapterStateChanged::Create(state); |