Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(407)

Unified Diff: components/pairing/fake_controller_pairing_controller.h

Issue 1162943002: Replace more ObserverList with base::ObserverList. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@observer
Patch Set: Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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_;
« no previous file with comments | « components/pairing/bluetooth_host_pairing_controller.h ('k') | components/pairing/fake_host_pairing_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698