| Index: components/pairing/bluetooth_host_pairing_controller.h
|
| diff --git a/components/pairing/bluetooth_host_pairing_controller.h b/components/pairing/bluetooth_host_pairing_controller.h
|
| index 187393535887fba671113beaa260dbc4288272dd..1724cd0a09eb449fd27f61962e11dc2a0c2a136b 100644
|
| --- a/components/pairing/bluetooth_host_pairing_controller.h
|
| +++ b/components/pairing/bluetooth_host_pairing_controller.h
|
| @@ -111,7 +111,7 @@ class BluetoothHostPairingController
|
| scoped_ptr<ProtoDecoder> proto_decoder_;
|
|
|
| base::ThreadChecker thread_checker_;
|
| - ObserverList<Observer> observers_;
|
| + base::ObserverList<Observer> observers_;
|
| base::WeakPtrFactory<BluetoothHostPairingController> ptr_factory_;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(BluetoothHostPairingController);
|
|
|