Index: components/pairing/fake_host_pairing_controller.h |
diff --git a/components/pairing/fake_host_pairing_controller.h b/components/pairing/fake_host_pairing_controller.h |
index fcca881441c73ab799268af1b3c470950f75cccd..862e3d5f7b3cd7fa7e5bf661e59da8eeda75d117 100644 |
--- a/components/pairing/fake_host_pairing_controller.h |
+++ b/components/pairing/fake_host_pairing_controller.h |
@@ -52,7 +52,7 @@ class FakeHostPairingController |
// HostPairingController::Observer: |
void PairingStageChanged(Stage new_stage) override; |
- ObserverList<Observer> observers_; |
+ base::ObserverList<Observer> observers_; |
Stage current_stage_; |
std::string device_name_; |
std::string confirmation_code_; |