| Index: components/pairing/fake_controller_pairing_controller.h
|
| diff --git a/components/pairing/fake_controller_pairing_controller.h b/components/pairing/fake_controller_pairing_controller.h
|
| index c1801e2e299c3090f9dbb10a02f2fb24554e115f..a34253939b30939098eddfe0b0c2893303679ab5 100644
|
| --- a/components/pairing/fake_controller_pairing_controller.h
|
| +++ b/components/pairing/fake_controller_pairing_controller.h
|
| @@ -93,7 +93,7 @@ class FakeControllerPairingController
|
| void PairingStageChanged(Stage new_stage) override;
|
| void DiscoveredDevicesListChanged() override;
|
|
|
| - ObserverList<ControllerPairingController::Observer> observers_;
|
| + base::ObserverList<ControllerPairingController::Observer> observers_;
|
| Stage current_stage_;
|
| std::string confirmation_code_;
|
| std::string preset_confirmation_code_;
|
|
|